mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-31 16:03:24 +00:00
WINCE: Add FIXME for timer code (maintainer notified)
This commit is contained in:
parent
ff2ada1a05
commit
4ebe2065b6
@ -379,6 +379,13 @@ void OSystem_WINCE3::initBackend() {
|
||||
|
||||
((WINCESdlEventSource *)_eventSource)->init((WINCESdlGraphicsManager *)_graphicsManager);
|
||||
|
||||
|
||||
// FIXME: This timer manager is *not accesible* from the outside.
|
||||
// Instead the timer manager setup by OSystem_SDL is visible on the outside.
|
||||
// Since the WinCE backend actually seems to work, my guess is that
|
||||
// SDL_AddTimer works after all and the following code is redundant.
|
||||
// However it may be, this must be resolved one way or another.
|
||||
|
||||
// Create the timer. CE SDL does not support multiple timers (SDL_AddTimer).
|
||||
// We work around this by using the SetTimer function, since we only use
|
||||
// one timer in scummvm (for the time being)
|
||||
|
Loading…
x
Reference in New Issue
Block a user