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 26c1edf2f0
commit ff11fdb07e
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"};