summaryrefslogtreecommitdiff
path: root/src/common/settings.h
diff options
context:
space:
mode:
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 4d0694b7d..512ecff69 100644
--- a/src/common/settings.h
+++ b/src/common/settings.h
@@ -482,7 +482,7 @@ struct Values {
482 SwitchableSetting<s32, true> sound_index{1, 0, 2, "sound_index"}; 482 SwitchableSetting<s32, true> sound_index{1, 0, 2, "sound_index"};
483 483
484 // Controls 484 // Controls
485 InputSetting<std::array<PlayerInput, 8>> players; 485 InputSetting<std::array<PlayerInput, 10>> players;
486 486
487 SwitchableSetting<bool> use_docked_mode{true, "use_docked_mode"}; 487 SwitchableSetting<bool> use_docked_mode{true, "use_docked_mode"};
488 488