mirror of
https://github.com/ekeeke/Genesis-Plus-GX.git
synced 2024-11-04 18:05:06 +01:00
An enhanced port of Genesis Plus - accurate & portable Sega 8/16 bit emulator
86254071be
inline functions being declared in two source files - ym2413.c and ym2612.c. A call to set_sl_rr in ym2612.c would jump to the inline function declared in ym2413.c and completely crashihng the app. Both functions in the input files have now been uniquely named to avoid conflicts. There might be more conflicts up ahead (sound is still not correct), but at least games run now |
||
---|---|---|
libretro | ||
source | ||
compile_all.bat | ||
Makefile.gc | ||
Makefile.libretro | ||
Makefile.wii | ||
Makefile.win32 |