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

svn-id: r45328
This commit is contained in:
Yotam Barnoy 2009-10-22 06:50:59 +00:00
parent 8f75ee9a37
commit f79d3bb7cd

View file

@ -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() {