From f79d3bb7cd181326e8ddba5d7f5a43a3871dac65 Mon Sep 17 00:00:00 2001 From: Yotam Barnoy Date: Thu, 22 Oct 2009 06:50:59 +0000 Subject: PSP: small fix for cache coherency affecting nippon and some others. Trunk only. svn-id: r45328 --- backends/platform/psp/osys_psp.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'backends/platform') diff --git a/backends/platform/psp/osys_psp.cpp b/backends/platform/psp/osys_psp.cpp index 573e02ef39..e94d34d223 100644 --- a/backends/platform/psp/osys_psp.cpp +++ b/backends/platform/psp/osys_psp.cpp @@ -376,6 +376,7 @@ Graphics::Surface *OSystem_PSP::lockScreen() { 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() { -- cgit v1.2.3