yuzu: config: Remove player 8 and 9 from config file

This commit is contained in:
Narr the Reg 2023-02-16 19:39:51 -06:00 committed by german77
parent 833afb7ce3
commit 60688bf0d5
8 changed files with 104 additions and 38 deletions

View file

@ -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"};