aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/psp/osys_psp.h
diff options
context:
space:
mode:
authorYotam Barnoy2010-06-07 13:47:27 +0000
committerYotam Barnoy2010-06-07 13:47:27 +0000
commit356728dab7f2c4cedf73684d7fe3b968be7396fd (patch)
treeeebbd02cdfdfeb25579c9847ed6585fa7955ce8b /backends/platform/psp/osys_psp.h
parent8ef5d55edb5b463abca1adf0ed1f359ce94bd391 (diff)
downloadscummvm-rg350-356728dab7f2c4cedf73684d7fe3b968be7396fd.tar.gz
scummvm-rg350-356728dab7f2c4cedf73684d7fe3b968be7396fd.tar.bz2
scummvm-rg350-356728dab7f2c4cedf73684d7fe3b968be7396fd.zip
PSP: found bug in fast getMillis() implementation. Fixed it by adding a fixed amount to the time counter.
svn-id: r49485
Diffstat (limited to 'backends/platform/psp/osys_psp.h')
-rw-r--r--backends/platform/psp/osys_psp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/backends/platform/psp/osys_psp.h b/backends/platform/psp/osys_psp.h
index 3f075d0139..a6c84ba39a 100644
--- a/backends/platform/psp/osys_psp.h
+++ b/backends/platform/psp/osys_psp.h
@@ -40,6 +40,7 @@
#include "backends/platform/psp/input.h"
#include "backends/platform/psp/audio.h"
#include "backends/timer/psp/timer.h"
+#include "backends/platform/psp/thread.h"
#include <SDL.h>
@@ -59,6 +60,7 @@ private:
InputHandler _inputHandler;
PspAudio _audio;
PspTimer _pspTimer;
+ PspRtc _pspRtc;
void initSDL();