libretro / picodrive

Fast MegaDrive/MegaCD/32X emulator
Other
40 stars 63 forks source link

Fix loading of SMS/GG ROMs #188

Closed jdgleaver closed 2 years ago

jdgleaver commented 2 years ago

This PR fixes a segfault when loading SMS/GG ROMs, due to an invalid string comparison in PicoLoadMedia() (when using the libretro core, a required 'file extension' field is not set; it is therefore necessary to extract this 'on demand' from the content filename)