Fix npad struct to match switchbrew

This commit is contained in:
german 2021-01-10 13:47:56 -06:00
parent 1f204e5930
commit 5c9d8e8f39
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"));