Twinaphex
57c8657fb9
(MSVC 360) Fix MSVC 360 solution for Mednafen PCFX
2014-04-26 15:50:26 -07:00
Twinaphex
c0f6f78dd1
Remove msvc-2003-xbox1.vcproj~
2014-04-26 15:43:24 -07:00
Twinaphex
747c47eeb1
Cleanups
2014-04-26 15:42:50 -07:00
Twinaphex
53957a7955
Remove MSVC 2010 suo file
2014-04-26 15:41:25 -07:00
Twinaphex
d209c490e6
Remove sdf files
2014-04-26 15:41:12 -07:00
Twinaphex
b6ca3dab3d
(MSVC 2010) MSVC 2010 Mednafen PCFX solution links now
2014-04-26 15:39:35 -07:00
Twinaphex
ac610f0ff8
Remove .ipch from MSVC-2010 PCFX dir
2014-04-26 14:55:21 -07: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
83f3690e2d
(JNI) Add lynx target to JNI Makefile
2014-04-26 20:34:41 +02:00
twinaphex
b69abe035a
Update pce_fast target name
2014-04-26 20:17:10 +02:00
twinaphex
200c8cb61a
(Android x86) Compile with SIMD x86 for OwlResampler
...
(PS3) Enable Altivec SIMD for OwlResampler
2014-04-26 20:01:31 +02:00
twinaphex
07be3049ca
(JNI) PCFX core links now
2014-04-26 19:57:37 +02:00
twinaphex
3d9dc6a837
remove sys/stat.h in header files for better Android compatibility
2014-04-26 19:13:46 +02:00
twinaphex
76fa0bc140
(PCFX) Trivial changes
2014-04-26 06:29:19 +02:00
twinaphex
14cc23ec4a
Add OSX version minor detection to Makefile
2014-04-26 05:00:57 +02:00
twinaphex
e376e9c410
Add cplusplus header guards to cputest.h
2014-04-24 03:28:28 +02:00
Twinaphex
25577ff7bc
Merge pull request #45 from fr500/master
...
Fix dualshock analogs, and other fixes
2014-04-23 16:13:30 +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
4e007bf4f9
Take out psx.fastboot in core options
2014-04-22 15:45:09 +02:00
twinaphex
f269b18bfc
(Mednafen VB) MSVC 2003 Xbox 1 build fix
2014-04-22 15:22:58 +02:00
twinaphex
d9301999e1
(MSVC 2003) NGP fixed
2014-04-22 13:16:49 +02:00
twinaphex
acce344f92
Omit hw_sound/pce_psg for PC Engine core
2014-04-22 12:46:18 +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
e387063875
(MSVC 2003) Some build fixes
2014-04-22 12:12:48 +02:00
Twinaphex
f7e13f263f
(MSVC 2010 360) Build fix
2014-04-22 02:55:09 -07:00
Twinaphex
aa0d8ff00a
(VB MSVC 2010) Fix build
2014-04-22 02:52:10 -07:00
Twinaphex
1fbe177c8c
(Wswan MSVC 2010 360) Build fix
2014-04-22 02:45:08 -07:00
Twinaphex
12cd5481b3
(MSVC 2010) MSVC 2010 Wswan build fix
2014-04-22 02:42:27 -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
c33cafcd52
(MSVC 2010 360) Fix NGP MSVC 2010 360 solution
2014-04-22 02:15:59 -07: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