early-access version 3419

This commit is contained in:
pineappleEA
2023-02-26 23:49:58 +01:00
parent 75a5308254
commit 9495ebb1c2
10 changed files with 112 additions and 107 deletions

View File

@@ -482,7 +482,7 @@ struct Values {
SwitchableSetting<s32, true> sound_index{1, 0, 2, "sound_index"};
// Controls
InputSetting<std::array<PlayerInput, 8>> players;
InputSetting<std::array<PlayerInput, 10>> players;
SwitchableSetting<bool> use_docked_mode{true, "use_docked_mode"};