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

rsn8887 rsn8887 at users.noreply.github.com
Fri Jan 5 06:31:11 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:
b2cf5a30bf PSP: adjust cursor refresh to better match speed it had before it became smooth


Commit: b2cf5a30bfbb41500a9b81417614d6a9dbb50e6f
    https://github.com/scummvm/scummvm/commit/b2cf5a30bfbb41500a9b81417614d6a9dbb50e6f
Author: rsn8887 (rsn8887 at users.noreply.github.com)
Date: 2018-01-04T23:29:51-06:00

Commit Message:
PSP: adjust cursor refresh to better match speed it had before it became smooth

Changed paths:
    backends/platform/psp/input.cpp


diff --git a/backends/platform/psp/input.cpp b/backends/platform/psp/input.cpp
index b5d9080..e087099 100644
--- a/backends/platform/psp/input.cpp
+++ b/backends/platform/psp/input.cpp
@@ -37,7 +37,7 @@
 #define PSP_TRIGGERS (PSP_CTRL_LTRIGGER | PSP_CTRL_RTRIGGER)
 #define PSP_ALL_BUTTONS (PSP_DPAD | PSP_4BUTTONS | PSP_TRIGGERS | PSP_CTRL_START | PSP_CTRL_SELECT)
 
-#define PAD_CHECK_TIME	14 // was 53
+#define PAD_CHECK_TIME	13 // was 53
 
 Button::Button() {
 	clear();





More information about the Scummvm-git-logs mailing list