early-access version 1412

This commit is contained in:
pineappleEA
2021-02-04 04:46:44 +01:00
parent 228b484ea0
commit fed0f191ad
12 changed files with 409 additions and 171 deletions
@@ -895,7 +895,7 @@ void ConfigureInputPlayer::SetConnectableControllers() {
index_controller_type_pairs.clear();
ui->comboControllerType->clear();
if (enable_all || npad_style_set.pro_controller == 1) {
if (enable_all || npad_style_set.fullkey == 1) {
index_controller_type_pairs.emplace_back(ui->comboControllerType->count(),
Settings::ControllerType::ProController);
ui->comboControllerType->addItem(tr("Pro Controller"));