mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-04 16:26:53 +00:00
Yet another fix for the GP2x backend.
svn-id: r42761
This commit is contained in:
parent
0927bec015
commit
f8e050fbc2
@ -34,6 +34,7 @@
|
||||
#include "common/archive.h"
|
||||
#include "common/config-manager.h"
|
||||
#include "common/debug.h"
|
||||
#include "common/EventRecorder.h"
|
||||
#include "common/events.h"
|
||||
#include "common/util.h"
|
||||
|
||||
@ -318,7 +319,7 @@ OSystem_GP2X::~OSystem_GP2X() {
|
||||
|
||||
uint32 OSystem_GP2X::getMillis() {
|
||||
uint32 millis = SDL_GetTicks();
|
||||
getEventManager()->processMillis(millis);
|
||||
g_eventRec.processMillis(millis);
|
||||
return millis;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user