mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 09:55:45 +00:00
Fix npad struct to match switchbrew
This commit is contained in:
parent
f30ef98761
commit
9a9e81f2e9
4 changed files with 135 additions and 106 deletions
|
@ -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"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue