Genesis-Plus-GX/libretro/msvc
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
..
msvc-2003-xbox1 (Xbox 1) Fixed Xbox 1 crash - the problem was that there are (non-static) 2012-08-16 23:57:31 +02:00
msvc-2010 (MSVC) Working MSVC projects 2012-07-10 01:51:14 +02:00
msvc-2010-360 (360) Embarrassing... fixes 360 build (audio) 2012-07-12 02:22:47 +02:00
msvc-2003-xbox1.sln (libretro Xbox 1) Add MSVC Xbox 1 solution 2012-07-10 03:41:41 +02:00
msvc-2010-360.sln Add working libretro port 2012-07-09 23:14:35 +02:00
msvc-2010.sln Add working libretro port 2012-07-09 23:14:35 +02:00