libretro / supafaust

Unsupported SNES emulator for multicore ARM Cortex A7,A9,A15,A53 Linux platforms.
GNU General Public License v2.0
9 stars 12 forks source link

Fixes MSU1 support #14

Closed keithbowes closed 2 years ago

keithbowes commented 2 years ago

It seems that the core originally had this code but was removed in commit a944fec9be757de9d5bd28acbb69be8dddb87136

I left out file locking, which was the purpose of that commit, but restored the bits that made MSU1 ROMs work.

Fixes #4