diff options
author | Narr the Reg <juangerman-13@hotmail.com> | 2023-02-16 19:39:51 -0600 |
---|---|---|
committer | german77 <juangerman-13@hotmail.com> | 2023-02-25 22:20:32 -0600 |
commit | 60688bf0d5fa6daf40ccd10af82386bc2d32f1fa (patch) | |
tree | 242cb7de7a65be1337f61c4bcdd8dfca79b0ecfa /src/common | |
parent | 833afb7ce340030593f5d4fcb3cbd59a19530a7f (diff) |
yuzu: config: Remove player 8 and 9 from config file
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/settings.h | 2 |
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"}; |