mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-10 03:40:25 +00:00
Added Symbian #idefine
svn-id: r19086
This commit is contained in:
parent
3e03ca6855
commit
8dfc199d5b
@ -384,7 +384,7 @@ void IMuseDigital::stopAllSounds() {
|
||||
break;
|
||||
flushTracks();
|
||||
_vm->_system->delayMillis(50);
|
||||
#if defined(_WIN32_WCE) || defined (PALMOS_MODE)
|
||||
#if defined(_WIN32_WCE) || defined (PALMOS_MODE) || defined(__SYMBIAN32__)
|
||||
_vm->parseEvents(); // timers are events, we need to consume them
|
||||
#endif
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user