Commit Graph

483 Commits

Author SHA1 Message Date
Twinaphex
c520e08380 Merge pull request #54 from Oggom/master
Re-commit Core Volume fix
2014-06-05 18:18:27 +02:00
Oggom
81852fe645 Update libretro.cpp 2014-06-05 18:06:15 +02:00
twinaphex
437489e642 Use miphone-os-version-min for OSX 10.6 and up 2014-05-20 23:20:33 +02:00
twinaphex
643c5e3cf7 Set PC Engine Fast to 32bpp - apparently something is still hardcoded
for 32bpp somewhere so can't rely on WANT_16BPP for this core...
2014-05-04 18:20:01 +02:00
twinaphex
8a28b498cd (PSX) Some small-time opts to do with fade to black 2014-05-02 01:46:08 +02:00
twinaphex
cfbaac2a73 (Mednafen PSX) Reimplement dithering core option 2014-05-02 00:53:56 +02:00
twinaphex
45f34c7043 (Mednafen PCE Fast) Don't set pce_nospritelimit twice 2014-05-02 00:31:25 +02:00
twinaphex
6d518e2205 Readd WANT_PSX_EMU conditional for check_variables 2014-05-02 00:17:19 +02:00
twinaphex
7d0cda7764 (Mednafen PCFX) Implement SET_CONTROLLER_INFO 2014-05-01 02:43:04 +02:00
twinaphex
5a6f32cf6f Implement SET_CONTROLLER_TYPE for Mednafen PSX 2014-05-01 02:32:39 +02:00
twinaphex
7102882fe2 (Mednafen PSX) Now implements SET_CONTROLLER_TYPE 2014-05-01 02:17:23 +02:00
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
31e8552461 Rename dir msvc/pce-fast to msvc/pce_fast 2014-04-26 15:55:31 -07:00
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