[Scummvm-git-logs] scummvm branch-2-8 -> bca26826e8d2bebca7f43d61cf0168a9684bc32e
rsn8887
noreply at scummvm.org
Fri Feb 16 16:27:44 UTC 2024
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
bca26826e8 BACKENDS: (PSP) Fix missing General Midi device error
Commit: bca26826e8d2bebca7f43d61cf0168a9684bc32e
https://github.com/scummvm/scummvm/commit/bca26826e8d2bebca7f43d61cf0168a9684bc32e
Author: rsn8887 (rsn8887 at users.noreply.github.com)
Date: 2024-02-16T10:27:15-06:00
Commit Message:
BACKENDS: (PSP) Fix missing General Midi device error
Changed paths:
backends/platform/psp/osys_psp.cpp
diff --git a/backends/platform/psp/osys_psp.cpp b/backends/platform/psp/osys_psp.cpp
index de541fc4a9f..7aea842874f 100644
--- a/backends/platform/psp/osys_psp.cpp
+++ b/backends/platform/psp/osys_psp.cpp
@@ -63,7 +63,8 @@ void OSystem_PSP::initBackend() {
ConfMan.registerDefault("gfx_mode", "Fit to Screen");
ConfMan.registerDefault("kbdmouse_speed", 3);
ConfMan.registerDefault("joystick_deadzone", 3);
-
+ ConfMan.registerDefault("gm_device", "null");
+
// Instantiate real time clock
PspRtc::instance();
More information about the Scummvm-git-logs
mailing list