summaryrefslogtreecommitdiffstats
path: root/src/yuzu/configuration
diff options
context:
space:
mode:
authorgerman <german@thesoftwareartisans.com>2021-01-10 20:47:56 +0100
committergerman <german@thesoftwareartisans.com>2021-02-04 03:17:08 +0100
commit9a9e81f2e9b93d0028654c7ee50e9ebacee0e5d6 (patch)
tree0c0a71dd5f6be097fa86b3d07709017fd9dbc011 /src/yuzu/configuration
parentAdds missing controller types and properties (diff)
downloadyuzu-9a9e81f2e9b93d0028654c7ee50e9ebacee0e5d6.tar
yuzu-9a9e81f2e9b93d0028654c7ee50e9ebacee0e5d6.tar.gz
yuzu-9a9e81f2e9b93d0028654c7ee50e9ebacee0e5d6.tar.bz2
yuzu-9a9e81f2e9b93d0028654c7ee50e9ebacee0e5d6.tar.lz
yuzu-9a9e81f2e9b93d0028654c7ee50e9ebacee0e5d6.tar.xz
yuzu-9a9e81f2e9b93d0028654c7ee50e9ebacee0e5d6.tar.zst
yuzu-9a9e81f2e9b93d0028654c7ee50e9ebacee0e5d6.zip
Diffstat (limited to 'src/yuzu/configuration')
-rw-r--r--src/yuzu/configuration/configure_input_player.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu/configuration/configure_input_player.cpp b/src/yuzu/configuration/configure_input_player.cpp
index fbe36046b..a129dc46b 100644
--- a/src/yuzu/configuration/configure_input_player.cpp
+++ b/src/yuzu/configuration/configure_input_player.cpp
@@ -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"));