[Scummvm-cvs-logs] CVS: scummvm/backends/gp32 gp32.cpp,1.11,1.12

Max Horn fingolfin at users.sourceforge.net
Sun Sep 21 05:11:04 CEST 2003


Update of /cvsroot/scummvm/scummvm/backends/gp32
In directory sc8-pr-cvs1:/tmp/cvs-serv14551/backends/gp32

Modified Files:
	gp32.cpp 
Log Message:
added HQ3x filter

Index: gp32.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/gp32/gp32.cpp,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- gp32.cpp	2 Aug 2003 00:36:37 -0000	1.11
+++ gp32.cpp	21 Sep 2003 12:10:32 -0000	1.12
@@ -434,11 +434,11 @@
 /*

 	// Distinguish 555 and 565 mode

 	if (sdl_hwscreen->format->Rmask == 0x7C00)

-		Init_2xSaI(555);

+		InitScalers(555);

 	else

-		Init_2xSaI(565);

+		InitScalers(565);

 */

-	//Init_2xSaI(555); // ph0x fixme?

+	//InitScalers(555); // ph0x fixme?

 

  //ph0x fixme - tmpscreen needed?

 	// Need some extra bytes around when using 2xSaI






More information about the Scummvm-git-logs mailing list