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 { | |||
| 481 | SwitchableSetting<s32, true> sound_index{1, 0, 2, "sound_index"}; | 481 | SwitchableSetting<s32, true> sound_index{1, 0, 2, "sound_index"}; |
| 482 | 482 | ||
| 483 | // Controls | 483 | // Controls |
| 484 | InputSetting<std::array<PlayerInput, 10>> players; | 484 | InputSetting<std::array<PlayerInput, 8>> players; |
| 485 | 485 | ||
| 486 | SwitchableSetting<bool> use_docked_mode{true, "use_docked_mode"}; | 486 | SwitchableSetting<bool> use_docked_mode{true, "use_docked_mode"}; |
| 487 | 487 | ||