aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--backends/platform/psp/osys_psp.cpp1
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() {