Revert "yuzu: config: Remove player 8 and 9 from config file"
This commit is contained in:
parent
b385fc2cd1
commit
2e388209d7
8 changed files with 38 additions and 104 deletions
|
@ -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"};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue