sync with scummvm
This commit is contained in:
parent
916eda9a72
commit
a5479cfe83
227 changed files with 24566 additions and 21664 deletions
|
@ -426,7 +426,8 @@ uint32 OSystem_SDL::getMillis() {
|
|||
}
|
||||
|
||||
void OSystem_SDL::delayMillis(uint msecs) {
|
||||
SDL_Delay(msecs);
|
||||
if (!g_eventRec.processDelayMillis(msecs))
|
||||
SDL_Delay(msecs);
|
||||
}
|
||||
|
||||
void OSystem_SDL::getTimeAndDate(TimeDate &td) const {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue