An enhanced port of Genesis Plus - accurate & portable Sega 8/16 bit emulator
Go to file
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
libretro (Xbox 1) Fixed Xbox 1 crash - the problem was that there are (non-static) 2012-08-16 23:57:31 +02:00
source (Xbox 1) Fixed Xbox 1 crash - the problem was that there are (non-static) 2012-08-16 23:57:31 +02:00
compile_all.bat Reverted to r598 2011-07-13 22:49:52 +00:00
Makefile.gc [Core/SCD] 2012-07-05 21:45:37 +02:00
Makefile.libretro (libretro) Implement error for logging 2012-07-10 19:15:26 +02:00
Makefile.wii [Core/SCD] 2012-07-05 21:45:37 +02:00
Makefile.win32 better keep Win32 port makefile up-to-date 2012-07-15 18:11:56 +02:00