mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-30 23:43:10 +00:00
It is _soundEx now
svn-id: r20640
This commit is contained in:
parent
5e4a4f779d
commit
aa83040c0a
@ -99,13 +99,13 @@ bool OSystem_PalmZodiac::check_event(Event &event, EventPtr ev) {
|
||||
case vchrPowerOff:
|
||||
// pause the sound thread if any
|
||||
if (_sound.active)
|
||||
SndStreamPause(_sound.handle, true);
|
||||
SndStreamPause(_soundEx.handle, true);
|
||||
break;
|
||||
|
||||
case vchrLateWakeup:
|
||||
// resume the sound thread if any
|
||||
if (_sound.active)
|
||||
SndStreamPause(_sound.handle, false);
|
||||
SndStreamPause(_soundEx.handle, false);
|
||||
break;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user