WINCE: Add FIXME for timer code (maintainer notified)

This commit is contained in:
Max Horn 2011-06-07 11:46:33 +02:00
parent ff2ada1a05
commit 4ebe2065b6

View File

@ -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)