[Scummvm-cvs-logs] SF.net SVN: scummvm:[45328] scummvm/trunk/backends/platform/psp/osys_psp. cpp

Bluddy at users.sourceforge.net Bluddy at users.sourceforge.net
Thu Oct 22 08:50:59 CEST 2009


Revision: 45328
          http://scummvm.svn.sourceforge.net/scummvm/?rev=45328&view=rev
Author:   Bluddy
Date:     2009-10-22 06:50:59 +0000 (Thu, 22 Oct 2009)

Log Message:
-----------
PSP: small fix for cache coherency affecting nippon and some others. Trunk only.

Modified Paths:
--------------
    scummvm/trunk/backends/platform/psp/osys_psp.cpp

Modified: scummvm/trunk/backends/platform/psp/osys_psp.cpp
===================================================================
--- scummvm/trunk/backends/platform/psp/osys_psp.cpp	2009-10-22 06:41:11 UTC (rev 45327)
+++ scummvm/trunk/backends/platform/psp/osys_psp.cpp	2009-10-22 06:50:59 UTC (rev 45328)
@@ -376,6 +376,7 @@
 
 void OSystem_PSP::unlockScreen() {
 	// The screen is always completely update anyway, so we don't have to force a full update here.
+	sceKernelDcacheWritebackAll();
 }
 
 void OSystem_PSP::updateScreen() {


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