aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/psp/trace.cpp
diff options
context:
space:
mode:
authorYotam Barnoy2010-05-17 07:22:26 +0000
committerYotam Barnoy2010-05-17 07:22:26 +0000
commit8b59e45e6e8ffdd733abaa53d6ee4eea7ee6bc5d (patch)
tree1b0381701b8260ad7e7fc4cf9809373ffb626a6b /backends/platform/psp/trace.cpp
parentf4eacd6cc626f6879f4621e493fc28ca6799f168 (diff)
downloadscummvm-rg350-8b59e45e6e8ffdd733abaa53d6ee4eea7ee6bc5d.tar.gz
scummvm-rg350-8b59e45e6e8ffdd733abaa53d6ee4eea7ee6bc5d.tar.bz2
scummvm-rg350-8b59e45e6e8ffdd733abaa53d6ee4eea7ee6bc5d.zip
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
Diffstat (limited to 'backends/platform/psp/trace.cpp')
-rw-r--r--backends/platform/psp/trace.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/backends/platform/psp/trace.cpp b/backends/platform/psp/trace.cpp
index 872e1aabf4..4bf5450177 100644
--- a/backends/platform/psp/trace.cpp
+++ b/backends/platform/psp/trace.cpp
@@ -23,11 +23,11 @@
*
*/
-#define TRACE_C
+
#include <pspkernel.h>
#include <pspdebug.h>
-#include "backends/platform/psp/trace.h"
-
+#include <stdarg.h>
+#include <stdio.h>
int psp_debug_indent = 0;