[Scummvm-cvs-logs] CVS: scummvm/common scaler.h,1.18,1.19

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


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

Modified Files:
	scaler.h 
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: scaler.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/scaler.h,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- scaler.h	27 Sep 2003 21:19:17 -0000	1.18
+++ scaler.h	28 Sep 2003 14:27:08 -0000	1.19
@@ -63,8 +63,8 @@
 	GFX_SUPER2XSAI = 4,
 	GFX_SUPEREAGLE = 5,
 	GFX_ADVMAME2X = 6,
-	GFX_ADVMAME3X = 7,
-	GFX_HQ2X = 8,
+	GFX_HQ2X = 7,
+	GFX_ADVMAME3X = 8,
 	GFX_HQ3X = 9,
 	GFX_TV2X = 10,
 	GFX_DOTMATRIX = 11,





More information about the Scummvm-git-logs mailing list