[Scummvm-cvs-logs] CVS: scummvm/common scaler.h,1.16,1.17

Torbj?rn Andersson eriktorbjorn at users.sourceforge.net
Sun Sep 21 10:06:02 CEST 2003


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

Modified Files:
	scaler.h 
Log Message:
Made Ctrl-Alt 9 the hotkey for the new hq3x scaler, and moved the scanlines
and dotmatrix ones to Ctrl-Alt C and Ctrl-Alt-D.

(Does anyone else feel that scanlines and dotmatrix should either be
rewritten so that they can be combined with any scaler and aspect ratio
correction, or removed? That's why I moved them off the Ctrl-Alt <digit>
hotkeys.)


Index: scaler.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/scaler.h,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- scaler.h	21 Sep 2003 12:10:31 -0000	1.16
+++ scaler.h	21 Sep 2003 17:05:07 -0000	1.17
@@ -63,9 +63,9 @@
 	GFX_SUPEREAGLE = 5,
 	GFX_ADVMAME2X = 6,
 	GFX_ADVMAME3X = 7,
-	GFX_TV2X = 8,
-	GFX_DOTMATRIX = 9,
-	GFX_HQ3X = 10,
+	GFX_HQ3X = 8,
+	GFX_TV2X = 9,
+	GFX_DOTMATRIX = 10,
 
 	GFX_BILINEAR = 12,    // OpenGL backend
 	





More information about the Scummvm-git-logs mailing list