Skip to content

Commit

Permalink
BACKENDS: (Switch/PSP2) Fix General Midi device error
Browse files Browse the repository at this point in the history
  • Loading branch information
rsn8887 committed Feb 16, 2024
1 parent c09039a commit 57a79d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions backends/platform/sdl/psp2/psp2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ void OSystem_PSP2::initBackend() {
ConfMan.registerDefault("joystick_deadzone", 2);
ConfMan.registerDefault("touchpad_mouse_mode", false);
ConfMan.registerDefault("frontpanel_touchpad_mode", false);
ConfMan.registerDefault("gm_device", "null");

ConfMan.setBool("fullscreen", true);

Expand Down
1 change: 1 addition & 0 deletions backends/platform/sdl/switch/switch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ void OSystem_Switch::initBackend() {
ConfMan.registerDefault("filtering", true);
ConfMan.registerDefault("output_rate", 48000);
ConfMan.registerDefault("touchpad_mouse_mode", false);
ConfMan.registerDefault("gm_device", "null");

ConfMan.setBool("fullscreen", true);
ConfMan.setInt("joystick_num", 0);
Expand Down

0 comments on commit 57a79d4

Please sign in to comment.