diff options
author | Travis Howell | 2003-07-20 15:31:47 +0000 |
---|---|---|
committer | Travis Howell | 2003-07-20 15:31:47 +0000 |
commit | a4b5891dd15b85fbdca322e88cea19cddf652cdc (patch) | |
tree | d8315caa08565e227a967264c25e12a8fb7b2199 /common | |
parent | 82f90bb6cf061159e5d86ef408c5e1d657088b81 (diff) | |
download | scummvm-rg350-a4b5891dd15b85fbdca322e88cea19cddf652cdc.tar.gz scummvm-rg350-a4b5891dd15b85fbdca322e88cea19cddf652cdc.tar.bz2 scummvm-rg350-a4b5891dd15b85fbdca322e88cea19cddf652cdc.zip |
Use automatic dirty rect code for simon games for now to reduce CPU usage
svn-id: r9093
Diffstat (limited to 'common')
-rw-r--r-- | common/system.h | 3 |
1 files changed, 2 insertions, 1 deletions
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; |