diff options
author | Yotam Barnoy | 2009-10-22 06:50:59 +0000 |
---|---|---|
committer | Yotam Barnoy | 2009-10-22 06:50:59 +0000 |
commit | f79d3bb7cd181326e8ddba5d7f5a43a3871dac65 (patch) | |
tree | 4323b07b524d9d3f61e5b7e52a848262c695cc64 /backends/platform | |
parent | 8f75ee9a37114115ed5f3093c305b5d4d599a5b5 (diff) | |
download | scummvm-rg350-f79d3bb7cd181326e8ddba5d7f5a43a3871dac65.tar.gz scummvm-rg350-f79d3bb7cd181326e8ddba5d7f5a43a3871dac65.tar.bz2 scummvm-rg350-f79d3bb7cd181326e8ddba5d7f5a43a3871dac65.zip |
PSP: small fix for cache coherency affecting nippon and some others. Trunk only.
svn-id: r45328
Diffstat (limited to 'backends/platform')
-rw-r--r-- | backends/platform/psp/osys_psp.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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() { |