mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-04 08:17:40 +00:00
On PalmOS too
svn-id: r15026
This commit is contained in:
parent
6b58b000c6
commit
7988660bda
@ -384,7 +384,7 @@ void IMuseDigital::stopAllSounds() {
|
||||
break;
|
||||
flushTracks();
|
||||
_vm->_system->delay_msecs(50);
|
||||
#ifdef _WIN32_WCE
|
||||
#if defined(_WIN32_WCE) || defined (__PALM_OS__)
|
||||
_vm->parseEvents(); // timers are events, we need to consume them
|
||||
#endif
|
||||
}
|
||||
|
@ -82,7 +82,7 @@ void IMuseDigital::startSound(int soundId, const char *soundName, int soundType,
|
||||
|
||||
Track *track = _track[l];
|
||||
for (;;) {
|
||||
#ifdef _WIN32_WCE
|
||||
#if defined(_WIN32_WCE) || defined (__PALM_OS__)
|
||||
_vm->parseEvents(); // timers are events, we need to consume them
|
||||
#endif
|
||||
flushTracks();
|
||||
|
Loading…
Reference in New Issue
Block a user