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