Closed jet082 closed 5 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.
Makefile
CFLAGS += -DIOS
2) Replace libretro-mednafen_snes/mednafen/snes/src/lib/libco/ with https://github.com/libretro/libretro-common/tree/master/libco
libretro-mednafen_snes/mednafen/snes/src/lib/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/
Fixed by https://github.com/libretro/beetle-bsnes-libretro/commit/de22d8420ea606f1b2f72afd4dda34619cf2cc20
It currently compiles fine, but crashes when run. To fix this, do the following:
1) Edit
Makefile
and addCFLAGS += -DIOS
to the iOS section.2) Replace
libretro-mednafen_snes/mednafen/snes/src/lib/libco/
with https://github.com/libretro/libretro-common/tree/master/libco3) 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/