twinaphex
46176dd875
Add .gitlab-ci.yml and cleanups
2020-10-11 09:55:57 +02:00
retro-wertz
105c84037c
Remove references to other cores
...
This core only emulates GBA
2018-05-26 11:01:14 +08:00
orbea
e4ac59f642
Fix permissions.
2017-03-21 10:56:55 -07:00
twinaphex
61c1312481
(Mednafen bsnes) Implement missing mouse sensitivity setting
2014-06-22 20:52:25 +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
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
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
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
dd64f7031c
(Mednafen PCFX) Runs - but just displays black and audio
2014-04-21 01:51:59 +02:00
twinaphex
929e7eda6c
Get rid of assert 0s in mednafen/settings.cpp
2014-03-30 19:24:37 +02:00
twinaphex
4a5f6e7181
Move to new Mednafen PSX (0.9.32)
2014-03-27 05:03:20 +01: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
twinaphex
715d958dc7
Clean up mednafen/settings.cpp
2013-12-21 03:09:01 +01:00
Higor Eurípedes
9f1fc26997
Remove unused var from MDFN_GetSettingS
2013-12-20 22:45:28 -03:00
Higor Eurípedes
c5f0b5b90b
Do not assembly paths in MDFN_GetSettingS
2013-12-20 22:41:08 -03:00
twinaphex
1b05a4b073
(PSX) Add some more core options
2013-05-24 20:39:17 +02:00
twinaphex
4c98fae545
Refactor settings.cpp implementation
2013-05-24 20:08:09 +02:00
twinaphex
164c9aecfb
(NGP) Added NGP core option - Language
2013-05-24 18:59:38 +02:00
twinaphex
4fd934cafa
Build fix for non-PCE cores
2013-05-24 18:21:37 +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
162c4fe59c
(Mednafen PSX) Make multitap disabled the default - Team Buddies
...
was showing issues as well with it enabled by default
2013-05-19 23:33:53 +02:00
twinaphex
73d51d4e8a
(Mednafen PSX) Make dithering a toggleable runtime core option
2013-05-19 17:08:29 +02:00
twinaphex
f901bc2bba
(Mednafen PSX) Tales of Phantasia needs multitap disabled otherwise
...
input will not work
2013-05-19 16:23:53 +02:00
twinaphex
c06d14969b
Add first runtime option to Mednafen core - Mednafen PCE_Fast -
...
pce_nospritelimit
2013-04-09 04:05:18 +02:00
twinaphex
c2cc9e28a9
Cleanups
2013-01-17 23:28:05 +01:00
twinaphex
c923faa66c
(MSVC) Fix slash for WIN32
2013-01-16 07:27:38 +01:00
Themaister
8feb7dca20
Actually log where bios is loaded from.
...
How did that assert(0) ever go through? ... *shrug*
2012-11-29 13:53:53 +01:00
twinaphex
75cbbc9e81
(Mednafen VB) Add VB core - working
2012-11-25 03:41:54 +01:00
twinaphex
13f69fa443
(Mednafen bSNES) bsnes core running now - some issue with 'held down'
...
buttons and with games supporting srm RAM failing to load after first run -
investigate
2012-11-24 17:14:05 +01:00
twinaphex
ea49364433
(Mednafen GBA) Added GBA core, can compile and run
2012-11-24 08:17:18 +01:00
twinaphex
d93af13d51
Turn on psx.fastboot to skip BIOS screen
2012-11-17 03:05:20 +01:00
twinaphex
03c0aeecfc
(General/Settings) Remove some things we won't need in Minifen
2012-11-13 22:54:13 +01:00
Themaister
164a0d76d3
Fix up path handling for bios/memcard.
2012-11-10 02:20:13 +01:00
twinaphex
c0f2e66ddd
(RGB565) Can now use RGB565 color format if frontend supports it
...
(Wswan) Experimental wswan support - not yet working
2012-10-22 14:34:14 +02:00
twinaphex
dc4236c507
Integrated pfce_fast now too - can compile pce_fast now in same
...
repo
2012-10-21 01:47:02 +02:00
twinaphex
c26eb53884
Corrected typo
2012-10-20 22:36:08 +02:00
twinaphex
74ce0a6b21
Add "load CD into RAM" feature/hack
2012-10-20 22:35:08 +02:00
twinaphex
f269f2390d
Now no longer needs mednafen config file
2012-10-20 21:18:24 +02:00
twinaphex
3933a96981
Settings refactor - aim to no longer go through mednafen
...
config file
2012-10-20 19:03:03 +02:00
Themaister
32a02748fe
Updates to 0.9.25.
2012-10-13 16:56:30 +02:00
Themaister
1ad1474089
Avoid using configs. Requires system dir.
2012-06-16 01:00:17 +02:00
Themaister
e942ae84aa
Initial commit.
2012-06-03 17:48:14 +02:00