Commit Graph

168 Commits

Author SHA1 Message Date
retro-wertz
bd2882cf98 Add support for headerless roms 2019-02-02 12:37:11 +08:00
twinaphex
bed327e540 Update 2017-12-17 18:27:04 +01:00
leiradel
81f878ec41 Fixed retro_get_memory_data/size 2017-10-21 19:36:20 +01:00
orbea
d2e8bb1371 Fix permissions. 2017-03-21 10:59:39 -07:00
Sérgio Benjamim
b652b3d9fb Default Aspect Ratio should be 80:51 (160:102) 2017-02-11 22:09:18 -02:00
twinaphex
8ea8650a4f Better error handling 2017-01-24 15:45:01 +01:00
Gregor Richards
1a252dcb3c Report git version with library_version 2016-12-09 18:18:22 -05:00
twinaphex
c2cc95ebf8 Cleanup Makefile; add Emscripten target 2016-09-07 06:33:53 +02:00
twinaphex
448494c6ed Cleanups 2016-08-12 18:52:11 +02:00
twinaphex
0cd74c1f84 Cleanups 2016-08-09 08:21:32 +02:00
Rodrigo L.C
0e870347d8 Fix save bug directory
small change on save directory lynx issue
2016-04-29 14:38:39 -03:00
twinaphex
a1e82476ef Remove MD5 2015-07-29 17:56:18 +02:00
twinaphex
3f8d17a288 Remove rumble 2014-06-24 00:57:11 +02:00
twinaphex
d3ddc8eaba Take out Sleep 2014-06-23 03:59:49 +02:00
twinaphex
982c02d148 Take out non-Lynx ifdefs 2014-06-23 00:50:34 +02:00
twinaphex
16a73a34db Take out mednafen_buf 2014-06-23 00:47:00 +02:00
twinaphex
8619e54c64 Take out threading 2014-06-23 00:44:25 +02:00
twinaphex
628bd67e61 Remove gba - is its own standalone repo now 2014-06-22 23:14:15 +02:00
twinaphex
33a56d7478 Update to 0.9.36 2014-06-22 22:38:56 +02:00
twinaphex
4b9f56cb5d Remove PCFX core - has its own repo now 2014-06-22 20:47:08 +02:00
twinaphex
49d5e4b6e9 Remove Wswan - now in its own separate standalone repo 2014-06-22 01:10:01 +02:00
twinaphex
d9935896a5 Upgrade to Mednafen 0.9.35 for Wonderswan 2014-06-21 23:44:58 +02:00
twinaphex
282d758053 Take out Mednafen NGP - has its own standalone repo now 2014-06-21 19:14:13 +02:00
twinaphex
0665a11ebb Remove Mednafen VB - now has its own standalone repo 2014-06-21 18:20:23 +02:00
twinaphex
c5b44869fc Bump up VB core to 0.9.36 - nothing changed inbetween version
0.9.33.3 and 0.9.36
2014-06-21 08:51:14 +02:00
twinaphex
4434734f8b Fixup check_variables 2014-06-21 04:00:59 +02:00
twinaphex
a6dd5bcd7c Rewrite code - threads.c updated 2014-06-21 03:36:12 +02:00
twinaphex
ccacec421c Take out Mednafen PCE Fast core - use standalone repo 2014-06-20 20:36:18 +02:00
twinaphex
a43c418097 Take out Mednafen PSX - moved to standalone repo now 2014-06-18 18:27:13 +02:00
Oggom
81852fe645 Update libretro.cpp 2014-06-05 18:06:15 +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
6ef78525c5 Update Mednafen GBA core to 0.9.33.3 2014-04-30 05:05:04 +02:00
twinaphex
76fa0bc140 (PCFX) Trivial changes 2014-04-26 06:29:19 +02: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
4e007bf4f9 Take out psx.fastboot in core options 2014-04-22 15:45:09 +02:00
Twinaphex
9e07813109 (MSVC 2010) Some build fixes 2014-04-22 01:25:01 -07: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
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
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
97a07110ff (Mednafen Wswan) Update to version 0.9.33.3 2014-04-20 23:43:06 +02:00
twinaphex
c2adc1c619 (Mednafen PCE) Update to 0.9.33.3 2014-04-20 23:05:37 +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