mirror of
https://github.com/libretro/scummvm.git
synced 2024-11-27 19:30:41 +00:00
GOB: Handle stereo WAVE samples
From PR #5842. Used in some Adibou 2 samples, e.g. when entering the garden.
This commit is contained in:
parent
e9b6cc42f5
commit
378428000e
@ -172,8 +172,7 @@ bool SoundDesc::loadWAV(byte *data, uint32 dSize) {
|
||||
}
|
||||
|
||||
if (wavFlags & Audio::FLAG_STEREO) {
|
||||
warning("TODO: SoundDesc::loadWAV() - stereo");
|
||||
return false;
|
||||
_mixerFlags |= Audio::FLAG_STEREO;
|
||||
}
|
||||
|
||||
_data = data;
|
||||
|
Loading…
Reference in New Issue
Block a user