Merge pull request #5326 from german77/hidUpdate1

HID: Update the HID service to match more closely to switchbrew part 1
This commit is contained in:
bunnei
2021-02-06 02:40:11 -08:00
committed by GitHub
11 changed files with 408 additions and 170 deletions

View File

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