Skip to content

Commit

Permalink
Correct settings for controller pak
Browse files Browse the repository at this point in the history
  • Loading branch information
Cuyler36 committed Oct 10, 2024
1 parent 6a2ea93 commit d9daa6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion desktop-ui/settings/settings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ auto Settings::process(bool load) -> void {
bind(boolean, "DebugServer/UseIPv4", debugServer.useIPv4);

bind(boolean, "Nintendo64/ExpansionPak", nintendo64.expansionPak);
bind(natural, "Nintendo64/ControllerPakBankCount", nintendo64.controllerPakBankCount);
bind(string, "Nintendo64/ControllerPakBankString", nintendo64.controllerPakBankString);

bind(boolean, "MegaDrive/TMSS", megadrive.tmss);

Expand Down

0 comments on commit d9daa6a

Please sign in to comment.