summaryrefslogtreecommitdiffstats
path: root/src/common/settings.h
diff options
context:
space:
mode:
authorNarr the Reg <juangerman-13@hotmail.com>2023-02-17 02:39:51 +0100
committergerman77 <juangerman-13@hotmail.com>2023-02-26 05:20:32 +0100
commit60688bf0d5fa6daf40ccd10af82386bc2d32f1fa (patch)
tree242cb7de7a65be1337f61c4bcdd8dfca79b0ecfa /src/common/settings.h
parentMerge pull request #9848 from german77/metroid_motion (diff)
downloadyuzu-60688bf0d5fa6daf40ccd10af82386bc2d32f1fa.tar
yuzu-60688bf0d5fa6daf40ccd10af82386bc2d32f1fa.tar.gz
yuzu-60688bf0d5fa6daf40ccd10af82386bc2d32f1fa.tar.bz2
yuzu-60688bf0d5fa6daf40ccd10af82386bc2d32f1fa.tar.lz
yuzu-60688bf0d5fa6daf40ccd10af82386bc2d32f1fa.tar.xz
yuzu-60688bf0d5fa6daf40ccd10af82386bc2d32f1fa.tar.zst
yuzu-60688bf0d5fa6daf40ccd10af82386bc2d32f1fa.zip
Diffstat (limited to 'src/common/settings.h')
-rw-r--r--src/common/settings.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/settings.h b/src/common/settings.h
index 6d27dd5ee..9fe764e86 100644
--- a/src/common/settings.h
+++ b/src/common/settings.h
@@ -481,7 +481,7 @@ struct Values {
SwitchableSetting<s32, true> sound_index{1, 0, 2, "sound_index"};
// Controls
- InputSetting<std::array<PlayerInput, 10>> players;
+ InputSetting<std::array<PlayerInput, 8>> players;
SwitchableSetting<bool> use_docked_mode{true, "use_docked_mode"};