mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-13 21:31:53 +00:00
MACOSX: Make failing to load a soundfont in CoreAudio fatal
If we don't bail out, CoreAudio will explode.
This commit is contained in:
parent
893a2b37ff
commit
065b996d15
@ -215,7 +215,7 @@ int MidiDriver_CORE::open() {
|
||||
#endif
|
||||
|
||||
if (err != noErr)
|
||||
warning("Failed loading custom sound font '%s' (error %ld)\n", soundfont, (long)err);
|
||||
error("Failed loading custom sound font '%s' (error %ld)", soundfont, (long)err);
|
||||
}
|
||||
|
||||
#ifdef COREAUDIO_DISABLE_REVERB
|
||||
|
Loading…
Reference in New Issue
Block a user