libretro / beetle-bsnes-libretro

Standalone port of Mednafen bSNES to libretro, itself a fork of bsnes 0.59.
GNU General Public License v2.0
7 stars 14 forks source link

Fix the core in iOS #39

Closed jet082 closed 4 years ago

jet082 commented 4 years ago

It currently compiles fine, but crashes when run. To fix this, do the following:

1) Edit Makefile and add CFLAGS += -DIOS to the iOS section.

2) Replace libretro-mednafen_snes/mednafen/snes/src/lib/libco/ with https://github.com/libretro/libretro-common/tree/master/libco

3) Put https://github.com/libretro/libretro-common/blob/master/include/retro_common_api.h and https://github.com/libretro/libretro-common/blob/master/include/libco.h to libretro-mednafen_snes/mednafen/snes/src/lib/libco/

jet082 commented 4 years ago

Fixed by https://github.com/libretro/beetle-bsnes-libretro/commit/de22d8420ea606f1b2f72afd4dda34619cf2cc20