From 8b59e45e6e8ffdd733abaa53d6ee4eea7ee6bc5d Mon Sep 17 00:00:00 2001 From: Yotam Barnoy Date: Mon, 17 May 2010 07:22:26 +0000 Subject: PSP: added option for render by callback and fixed up and cleaned up debug mechanism. This allows for about 4% speedup since we no longer need to wait for VSYNC in our main thread. I'll activate it as soon as I've tested it out properly. svn-id: r49055 --- backends/platform/psp/cursor.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'backends/platform/psp/cursor.cpp') diff --git a/backends/platform/psp/cursor.cpp b/backends/platform/psp/cursor.cpp index abd9166f7a..ae3b8f0050 100644 --- a/backends/platform/psp/cursor.cpp +++ b/backends/platform/psp/cursor.cpp @@ -24,6 +24,7 @@ */ #include "common/scummsys.h" +#include "backends/platform/psp/psppixelformat.h" #include "backends/platform/psp/display_client.h" #include "backends/platform/psp/default_display_client.h" #include "backends/platform/psp/cursor.h" -- cgit v1.2.3