[Scummvm-cvs-logs] SF.net SVN: scummvm: [23771] scummvm/branches/branch-0-9-0/engines/simon/simon.cpp

kirben at users.sourceforge.net kirben at users.sourceforge.net
Sun Aug 27 03:45:53 CEST 2006


Revision: 23771
Author:   kirben
Date:     2006-08-26 18:45:47 -0700 (Sat, 26 Aug 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=23771&view=rev

Log Message:
-----------
Remove the use of AutoComputeDirtyRects feature of backends, due to it causing minor glitches

Modified Paths:
--------------
    scummvm/branches/branch-0-9-0/engines/simon/simon.cpp
Modified: scummvm/branches/branch-0-9-0/engines/simon/simon.cpp
===================================================================
--- scummvm/branches/branch-0-9-0/engines/simon/simon.cpp	2006-08-27 01:42:49 UTC (rev 23770)
+++ scummvm/branches/branch-0-9-0/engines/simon/simon.cpp	2006-08-27 01:45:47 UTC (rev 23771)
@@ -428,9 +428,6 @@
 		_system->initSize(_screenWidth, _screenHeight);
 	_system->endGFXTransaction();
 
-	// FIXME Use auto dirty rects cleanup code to reduce CPU usage
-	g_system->setFeatureState(OSystem::kFeatureAutoComputeDirtyRects, true);
-
 	// Setup mixer
 	if (!_mixer->isReady())
 		warning("Sound initialization failed. "


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.





More information about the Scummvm-git-logs mailing list