Commit Graph

10 Commits

Author SHA1 Message Date
twinaphex
2bea974cc0 (360) Path fix so that CD BIOS loading works again - broken in
maister change
2012-08-22 12:20:51 +02:00
twinaphex
d2bbbae184 (360) Checked 360 solution 2012-08-20 21:17:22 +02:00
twinaphex
49c74e66a5 (Xbox 1) Define INLINE as 'static _inline' 2012-08-20 21:09:54 +02:00
twinaphex
4c33d7af7c Revert "(Xbox 1) Fixed Xbox 1 crash - the problem was that there are (non-static)"
This reverts commit 86254071be.
2012-08-20 21:05:37 +02:00
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
twinaphex
f49e8e2f36 (Xbox 1 MSVC) Solution changes 2012-08-15 19:45:17 +02:00
twinaphex
baaec1acc3 (360) Embarrassing... fixes 360 build (audio) 2012-07-12 02:22:47 +02:00
twinaphex
42ddead260 (libretro Xbox 1) Add MSVC Xbox 1 solution 2012-07-10 03:41:41 +02:00
twinaphex
eadec21e87 (MSVC) Working MSVC projects 2012-07-10 01:51:14 +02:00
Twinaphex
2780b78150 Add working libretro port 2012-07-09 23:14:35 +02:00