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

rsn8887 rsn8887 at users.noreply.github.com
Thu Jan 25 03:10:19 CET 2018


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:
e214493f87 PSP2: Set Touchpad Mouse Mode option default to off


Commit: e214493f877babbe75278d1d665fa24f6e46e957
    https://github.com/scummvm/scummvm/commit/e214493f877babbe75278d1d665fa24f6e46e957
Author: rsn8887 (rsn8887 at users.noreply.github.com)
Date: 2018-01-24T20:09:45-06:00

Commit Message:
PSP2: Set Touchpad Mouse Mode option default to off

Changed paths:
    backends/platform/sdl/psp2/psp2.cpp


diff --git a/backends/platform/sdl/psp2/psp2.cpp b/backends/platform/sdl/psp2/psp2.cpp
index 62b0a68..29be31f 100644
--- a/backends/platform/sdl/psp2/psp2.cpp
+++ b/backends/platform/sdl/psp2/psp2.cpp
@@ -80,7 +80,7 @@ void OSystem_PSP2::initBackend() {
 	ConfMan.registerDefault("kbdmouse_speed", 3);
 	ConfMan.registerDefault("joystick_deadzone", 2);
 	ConfMan.registerDefault("shader", 0);
-	ConfMan.registerDefault("touchpad_mouse_mode", true);
+	ConfMan.registerDefault("touchpad_mouse_mode", false);
 
 	if (!ConfMan.hasKey("fullscreen")) {
 		ConfMan.setBool("fullscreen", true);





More information about the Scummvm-git-logs mailing list