libretro-mirrors / beetle-saturn-libretro

Standalone port of Mednafen Saturn to the libretro API.
GNU General Public License v2.0
61 stars 40 forks source link

Fix crash caused by WAV/WAVE/PCM files in cue sheet. Fixes #23. #123

Closed skyfloogle closed 6 years ago

skyfloogle commented 6 years ago

A similar approach was used to fix the same crash in the PC Engine version. It's worth noting that it will still crash if one tries to open a cue sheet with MPC files if HAVE_MPC isn't set, or one with OGG files if HAVE_MPC is set.