From a4b5891dd15b85fbdca322e88cea19cddf652cdc Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Sun, 20 Jul 2003 15:31:47 +0000 Subject: Use automatic dirty rect code for simon games for now to reduce CPU usage svn-id: r9093 --- common/system.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'common') diff --git a/common/system.h b/common/system.h index ecf0d4c05c..357a512d68 100644 --- a/common/system.h +++ b/common/system.h @@ -95,7 +95,8 @@ public: 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; -- cgit v1.2.3