twinaphex
310b9b5aa2
Auto hookup gamepad ports on startup
2014-06-18 22:20:38 +02:00
twinaphex
5ee9c30c32
Take out NEED_DEINTERLACER - not needed for PC Engine Fast
2014-06-18 22:18:47 +02:00
twinaphex
76e8a0d95f
Update threading code
2014-06-18 22:10:07 +02:00
twinaphex
a4020fd1d9
Rename pce_fast dirs
2014-06-18 22:01:17 +02:00
twinaphex
627fbd12a8
Remove non-PCE Fast code
2014-06-18 21:55:15 +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
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