[Scummvm-git-logs] scummvm master -> fcddbb0fc1d3eb88cbb1dbe4f75c6c2e317f0f67

rsn8887 noreply at scummvm.org
Fri Feb 16 16:26:06 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:
fcddbb0fc1 BACKENDS: (PSP) Fix missing General Midi device error


Commit: fcddbb0fc1d3eb88cbb1dbe4f75c6c2e317f0f67
    https://github.com/scummvm/scummvm/commit/fcddbb0fc1d3eb88cbb1dbe4f75c6c2e317f0f67
Author: rsn8887 (rsn8887 at users.noreply.github.com)
Date: 2024-02-16T10:25:13-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 387594631a0..fe29c220740 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