[Scummvm-cvs-logs] CVS: scummvm/backends/sdl sdl-common.cpp,1.88,1.89

Torbj?rn Andersson eriktorbjorn at users.sourceforge.net
Sun Sep 28 07:28:04 CEST 2003


Update of /cvsroot/scummvm/scummvm/backends/sdl
In directory sc8-pr-cvs1:/tmp/cvs-serv19531/backends/sdl

Modified Files:
	sdl-common.cpp 
Log Message:
Slightly more sensible hotkeys for the scalers. Hq2x is now number 8, right
after AdvMame2x, and 9 and 0 are AdvMame3x and Hq3x respectively.

I agree with Fingolfin that we'll need a better way of handling this in the
future, though.


Index: sdl-common.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/sdl/sdl-common.cpp,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -d -r1.88 -r1.89
--- sdl-common.cpp	27 Sep 2003 21:41:10 -0000	1.88
+++ sdl-common.cpp	28 Sep 2003 14:27:08 -0000	1.89
@@ -615,7 +615,7 @@
 
 			// Ctr-Alt-<key> will change the GFX mode
 			if (b == (KBD_CTRL|KBD_ALT)) {
-				const char keys[] = "123456789cd";
+				const char keys[] = "1234567890cd";
 				char *ptr;
 
 				ptr = strchr(keys, ev.key.keysym.sym);





More information about the Scummvm-git-logs mailing list