[Scummvm-cvs-logs] CVS: scummvm/common system.h,1.34,1.35

Travis Howell kirben at users.sourceforge.net
Sun Jul 20 08:32:37 CEST 2003


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

Modified Files:
	system.h 
Log Message:

Use automatic dirty rect code for simon games for now to reduce CPU usage


Index: system.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/system.h,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- system.h	5 Jul 2003 15:20:16 -0000	1.34
+++ system.h	20 Jul 2003 15:31:47 -0000	1.35
@@ -95,7 +95,8 @@
 		PROP_GET_FULLSCREEN = 7,
 		PROP_GET_FMOPL_ENV_BITS = 8,
 		PROP_GET_FMOPL_EG_ENT = 9,
-		PROP_TOGGLE_ASPECT_RATIO = 10
+		PROP_TOGGLE_ASPECT_RATIO = 10,
+		PROP_WANT_RECT_OPTIM = 11
 	};
 	union Property {
 		const char *caption;





More information about the Scummvm-git-logs mailing list