Commit Graph

291 Commits

Author SHA1 Message Date
twinaphex
23f3dbec1c (Mednafen GBA) Update MSVC solutions 2014-04-30 05:46:05 +02:00
twinaphex
def37bbace (Mednafen GBA) Remove memory.h includes which are unnecessary and get in the way of portability 2014-04-30 05:09:05 +02:00
twinaphex
6ef78525c5 Update Mednafen GBA core to 0.9.33.3 2014-04-30 05:05:04 +02:00
twinaphex
06e6fc406f (MSVC 2003 Xbox 1) Build fixes for Mednafen PCFX 2014-04-27 01:11:26 +02:00
Twinaphex
ced5271f65 (MSVC PCFX) Preliminary MSVC solution - does not link yet 2014-04-26 14:53:43 -07:00
twinaphex
b4b459135e use _WIN32 in psx.h ifdef instead of _MSC_VER - should apply for both
MSVC and Mingw
2014-04-26 22:16:47 +02:00
twinaphex
0871fd291b Add ctype.h to psx.cpp 2014-04-26 21:10:33 +02:00
twinaphex
3d9dc6a837 remove sys/stat.h in header files for better Android compatibility 2014-04-26 19:13:46 +02:00
twinaphex
e376e9c410 Add cplusplus header guards to cputest.h 2014-04-24 03:28:28 +02:00
AndresSM
4ec836d891 Fix some messages 2014-04-22 23:48:15 -05:00
AndresSM
b43fe8e26b Fixed some core options:
- psx.input.port1.multitap was renamed for some reason to psx.input.pport1.multitap
    - psx.input.port2.multitap was renamed for some reason to psx.input.pport2.multitap

    Dualshock analogs were "broken", mednafen has psx.input.analog_mode_ct, if true then you toggle analogs by pressing start+select+l1+l2+r1+r2 for roughly two seconds. In the libretro port it was set to 1 always.
    I've made this a core option:
    setting_psx_analog_toggle, this enables/disables the MODE button, defaults to disabled.

    I think a sane default is for it to be disabled and analogs to work out of the box so I have added that too.
    If setting_psx_analog_toggle is enabled then it replicates mednafen's and the psx's  behavior, MODE button works and by default it's off, so analogs are off.
2014-04-22 23:37:06 -05:00
twinaphex
4d55eb140e (Mednafen VB) Build fix 2014-04-22 19:25:32 +02:00
twinaphex
b5342c5633 (JNI) Build fixes 2014-04-22 18:32:49 +02:00
twinaphex
f269b18bfc (Mednafen VB) MSVC 2003 Xbox 1 build fix 2014-04-22 15:22:58 +02:00
twinaphex
48dd7e2fdb Fix inline logging function 2014-04-22 12:41:35 +02:00
twinaphex
205d1dc36f (MSVC 2003 PCE) Build fixes 2014-04-22 12:37:05 +02:00
twinaphex
e6071a8981 (pt. 2) MSVC 2003 doesn't support varargs in macros 2014-04-22 12:28:08 +02:00
twinaphex
8ef92d8055 (PCE) Comment out OP_CLEARF/OP_SETF 2014-04-22 12:25:34 +02:00
twinaphex
9cd2f84e9d MSVC 2003 doesn't support varargs in macros 2014-04-22 12:24:17 +02:00
Twinaphex
aa0d8ff00a (VB MSVC 2010) Fix build 2014-04-22 02:52:10 -07:00
twinaphex
c09dfe1f2b (Wswan) Get rid of OP_RANGE usage 2014-04-22 11:41:04 +02:00
twinaphex
e1abb4dd44 Get rid of computed gotos in wondereswan/gfx.cpp by reverting to
previous version
2014-04-22 11:39:11 +02:00
Twinaphex
b34ff23d09 (MSVC VB) Some build fixes 2014-04-22 02:26:49 -07:00
twinaphex
84e1bf8d6e Add MSVC hack for v810_oploop.inc - MSVC doesn't support computed
gotos
2014-04-22 11:24:25 +02:00
Twinaphex
8e683d2ea5 (MSVC NGP) Build fixes for MSVC 2010 2014-04-22 02:02:56 -07:00
Twinaphex
f3d083b275 (MSVC PCE Fast) Fix MSVC 2010 solution 2014-04-22 01:48:10 -07:00
Twinaphex
1ac3777cdc (MSVC) cputest.c - compile as C++ for MSVC 2014-04-22 01:40:07 -07:00
twinaphex
0b0c352172 Define gettext_noop in mednafen.h 2014-04-22 10:35:28 +02:00
twinaphex
c7e88073d6 scsicd.cpp - MSVC compatibility fixes 2014-04-22 10:32:00 +02:00
Twinaphex
9e07813109 (MSVC 2010) Some build fixes 2014-04-22 01:25:01 -07:00
twinaphex
d7475c6aa2 (PS3) Build fixes 2014-04-22 09:47:50 +02:00
twinaphex
354e49e2d7 Remove mednafen/cdrom-0928 2014-04-22 09:30:15 +02:00
twinaphex
66ca29332e Fix Mednafen PCE 2014-04-22 00:31:36 +02:00
twinaphex
87abd627d6 Reimplement cputest.c for libretro 2014-04-22 00:25:50 +02:00
twinaphex
2011ba7926 Some Lynx commits 2014-04-21 04:43:09 +02:00
twinaphex
dd64f7031c (Mednafen PCFX) Runs - but just displays black and audio 2014-04-21 01:51:59 +02:00
twinaphex
10a0443255 (Mednafen VB) Updated to version 0.9.33.3 2014-04-21 00:38:14 +02:00
twinaphex
e1614c8c0a Rename vb to vb-0926 2014-04-21 00:27:03 +02:00
twinaphex
c4267b048b (Mednafen PSX) Update to version 0.9.33.3 2014-04-21 00:24:36 +02:00
twinaphex
33d93a7229 (Mednafen NGP) Updated to version 0.9.33.3 2014-04-20 23:59:21 +02:00
twinaphex
35f69753fd Rename mednafen/ngp to mednafen/ngp-0928 2014-04-20 23:46:20 +02:00
twinaphex
97a07110ff (Mednafen Wswan) Update to version 0.9.33.3 2014-04-20 23:43:06 +02:00
twinaphex
41afd02b61 (Mednafen PCE) Update other components to latest versions (HW_CPU HUC6280,
HW_SOUND PCE_PSG, HW_VIDEO HUC6270)
2014-04-20 23:14:25 +02:00
twinaphex
c2adc1c619 (Mednafen PCE) Update to 0.9.33.3 2014-04-20 23:05:37 +02:00
twinaphex
f23e446ff8 Style nit 2014-04-20 21:46:57 +02:00
twinaphex
fee9719855 Reimplement MDFNI_CloseGame - will properly clean up CDInterfaces
(and thread with it) before shutdown of libretro side
2014-04-20 21:44:56 +02:00
twinaphex
2242570d21 Cleanups 2014-04-20 19:00:03 +02:00
twinaphex
b3da366424 Rewrite file files 2014-04-20 18:49:46 +02:00
twinaphex
6e312c0afa Remove cputest/ 2014-04-20 18:42:38 +02:00
twinaphex
535f9106e0 Take out WANT_DEBUGGER ifdefs 2014-04-20 17:52:43 +02:00