diff options
Diffstat (limited to 'src/common/settings.h')
-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"}; |