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

This commit is contained in:
Narr the Reg 2023-02-26 14:39:13 -06:00 committed by GitHub
parent b385fc2cd1
commit 2e388209d7
8 changed files with 38 additions and 104 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"};