Commit Graph

132 Commits

Author SHA1 Message Date
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
twinaphex
2242570d21 Cleanups 2014-04-20 19:00:03 +02:00
twinaphex
648ffbc440 Add logging 2014-04-20 16:32:46 +02:00
monciwoda
af0ce6574a Enable HLE bios by default in gba core, and add option to switch to original bios 2014-03-08 14:32:15 +01:00
AndresSM
dd68e0d404 Added core options for VisualBoy:
- Anaglyph mode
- Palette
2014-02-07 20:41:05 -05:00
AndresSM
adf2d6fb4a Add a fallback for situations where SAVE_DIRECTORY is not defined
Added color options for VB
2014-02-07 17:34:14 -05:00
AndresSM
b263b07c9d Fix: core will not crash anymore if RETRO_GET_SAVE_DIRECTORY is not defined 2014-02-07 02:32:32 -05:00
AndresSM
e612894959 Fix: forgot to define retro_save_directory 2014-02-07 02:16:01 -05:00
AndresSM
4dc3f1a328 Add RETRO_ENVIRONMENT_GET_SAVE_DIRECTORY
Modify stubs.cpp so saves will go to the correct location
2014-02-07 02:07:58 -05:00
Andrés Suárez
494513011e - fixed previous commit so it doesn't modify anything on settings.cpp nor settings.h
- now you can change controllers on the fly
2014-01-20 18:19:08 -05:00
Andrés Suárez
2e6544cd49 changed analog core settings so they affect both ports 2014-01-20 12:09:46 -05:00
Andrés Suárez
cf6210b065 added core settings for analog type dualshock|dualanalog|analogjoy 2014-01-20 11:55:55 -05:00
Andrés Suárez
8aaa3d3930 Update libretro.cpp
Try to map mednafen input devices as core options
2014-01-20 02:09:13 -05:00
Themaister
f6e10f866a Log rumble as info, not error. 2014-01-09 15:52:02 +01:00
twinaphex
2c5cc0966e Fixup libretro logging 2014-01-02 02:50:09 +01:00
pinumbernumber
236c81f9cd PAL black bars 2013-12-19 19:38:16 +00:00
twinaphex
7077c153f0 (Handy) Add Handy modle - doesn't work yet - fails at ROM loading 2013-12-18 21:42:11 +01:00
twinaphex
701ad73745 Fixes 2013-12-17 11:08:34 +01:00
twinaphex
edf189b330 Hook up new logging interface 2013-12-17 02:24:08 +01:00
Themaister
c9bc52731b Disable skip BIOS by default.
It is reported to break SaGa Frontier when enabled.
Happens in vanilla Mednafen as well.

Should perhaps consider dropping the option entirely.
2013-10-30 15:25:08 +01:00
pinumbernumber
19ab1b6b43 Fix framerate variable type 2013-10-01 14:09:27 +01:00
pinumbernumber
3a494ee6ca Fix PAL PSX crashes due to insufficient framebuffer 2013-10-01 14:00:44 +01:00
Themaister
8faff95d73 Comment out debug spam. 2013-09-26 13:45:09 +02:00
Themaister
7cd015b1ac Add rumble support.
Use dualshock instead of dualanalog. Hopefully won't break. :)
2013-09-26 13:42:08 +02:00
twinaphex
73850f73bb Do check_variables at end of retro_load_game for every Mednafen
core other than PSX
2013-09-24 00:26:50 +02:00
twinaphex
2569e910c0 Putting check_variables up front in retro_load_game was causing crash
issues for Mednafen NGP
2013-09-17 02:03:54 +02:00
twinaphex
a71e2d7fa2 Upgraded to Mednafen 0.9.32 2013-09-13 11:46:50 +02:00
Themaister
377a85b857 Update PSX core to 0.9.31-wip. 2013-09-08 13:41:01 +02:00
twinaphex
74682ebac4 (NGP) Fixes input anomalies in Card Fighters and other games by reporting
more than 7 button (Card Fighters was hitting some kind of debug menu)
2013-08-10 03:46:37 +02:00
twinaphex
1b05a4b073 (PSX) Add some more core options 2013-05-24 20:39:17 +02:00
twinaphex
164c9aecfb (NGP) Added NGP core option - Language 2013-05-24 18:59:38 +02:00
twinaphex
cc2f9eb7e8 (PCE Fast core) Add 'Keep Aspect' option 2013-05-24 17:37:36 +02:00
twinaphex
0092ac4c06 (Mednafen PCE Fast) Possibility to set CD speed, CDDA volume,
ADPCM value
2013-05-24 17:26:57 +02:00
twinaphex
632358955d Small build fix 2013-05-19 19:55:15 +02:00
twinaphex
73d51d4e8a (Mednafen PSX) Make dithering a toggleable runtime core option 2013-05-19 17:08:29 +02:00
twinaphex
79e7422cd6 Update extensions 2013-05-01 00:03:33 +02:00
Themaister
4717ac85fa Update MD5 checksum correctly. 2013-04-27 16:40:24 +02:00