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

svn-id: r9093
This commit is contained in:
Travis Howell 2003-07-20 15:31:47 +00:00
parent 82f90bb6cf
commit a4b5891dd1
3 changed files with 9 additions and 1 deletions

View file

@ -458,6 +458,9 @@ SimonEngine::SimonEngine(GameDetector *detector, OSystem *syst)
_language = detector->_language;
_noSubtitles = detector->_noSubtitles;
// FIXME Use auto dirty rects cleanup code to reduce CPU usage
_system->property(OSystem::PROP_WANT_RECT_OPTIM,0);
// Override global scaler with any game-specific define
if (g_config->get("gfx_mode")) {
prop.gfx_mode = detector->parseGraphicsMode(g_config->get("gfx_mode"));