libretro / snes9x2005

Snes9x 2005. Port of SNES9x 1.43 for libretro (was previously called CAT SFC).
Other
15 stars 32 forks source link

crash if retro_load_game is passed null path #34

Closed zeromus closed 6 years ago

zeromus commented 7 years ago

Core should check for that and return sensible error

meepingsnesroms commented 6 years ago

Fixed with: if (!game) return false;