PSP: small fix for cache coherency affecting nippon and some others. Trunk only.
svn-id: r45328
This commit is contained in:
parent
8f75ee9a37
commit
f79d3bb7cd
1 changed files with 1 additions and 0 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue