[Scummvm-cvs-logs] CVS: scummvm/backends/PalmOS/Src palmevt.cpp,1.4,1.5

Chris Apers chrilith at users.sourceforge.net
Tue Nov 9 02:54:09 CET 2004


Update of /cvsroot/scummvm/scummvm/backends/PalmOS/Src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3430

Modified Files:
	palmevt.cpp 
Log Message:
Only with 320x[x] games

Index: palmevt.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/PalmOS/Src/palmevt.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- palmevt.cpp	28 Sep 2004 20:19:21 -0000	1.4
+++ palmevt.cpp	9 Nov 2004 10:53:25 -0000	1.5
@@ -204,7 +204,7 @@
 					return true;
 
 				case vchrJogPushedUp:
-				case vchrJogPushedDown: // hot swap gfx mode
+				case vchrJogPushedDown: // hot swap gfx mode 
 					if (_initMode == GFX_WIDE)
 						hotswap_gfx_mode(_mode == GFX_WIDE ? GFX_NORMAL: GFX_WIDE);
 					else
@@ -336,7 +336,7 @@
 						setFeatureState(kFeatureAspectRatioCorrection, 0);
 						return true;
 
-					} else if (keycode == vchrTriggerLeft) {
+					} else if (keycode == vchrTriggerLeft && _screenWidth != 640) {
 						if (_initMode == GFX_WIDE)
 							hotswap_gfx_mode(_mode == GFX_WIDE ? GFX_NORMAL: GFX_WIDE);
 						else





More information about the Scummvm-git-logs mailing list