Fix npad struct to match switchbrew

This commit is contained in:
german
2021-01-10 13:47:56 -06:00
parent f30ef98761
commit 9a9e81f2e9
4 changed files with 135 additions and 106 deletions

View File

@ -886,7 +886,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"));