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

Fix Windows crash #22

Closed bslenul closed 1 year ago

bslenul commented 1 year ago

Path separators are causing crashes on startup on Windows, more details here: https://github.com/libretro/supafaust/issues/20#issuecomment-1596175603

Still not sure about the WIN32 define but so far in my tests it doesn't seem to affect anything... plus it wasn't defined previously when the core was still working so I guess this is fine.

Closes #20