Genesis-Plus-GX/libretro
twinaphex 86254071be (Xbox 1) Fixed Xbox 1 crash - the problem was that there are (non-static)
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
2012-08-16 23:57:31 +02:00
..
jni Add working libretro port 2012-07-09 23:14:35 +02:00
msvc (Xbox 1) Fixed Xbox 1 crash - the problem was that there are (non-static) 2012-08-16 23:57:31 +02:00
libretro.c Revert "(Libretro) Add nonblock_state" 2012-08-15 19:53:02 +02:00
libretro.h Revert "(Libretro) Add nonblock_state" 2012-08-15 19:53:02 +02:00
link.T Add working libretro port 2012-07-09 23:14:35 +02:00
osd.h (Libretro) Update 2012-07-26 13:53:24 +02:00
scrc32.c (MSVC) Working MSVC projects 2012-07-10 01:51:14 +02:00
scrc32.h (MSVC) Working MSVC projects 2012-07-10 01:51:14 +02:00