Commit Graph

245 Commits

Author SHA1 Message Date
twinaphex
6f0ec71c1a Cleanups 2018-01-03 14:55:06 +01:00
twinaphex
3f40e6b5e6 Get rid of unused retro_base_name 2017-12-31 16:56:28 +01:00
twinaphex
ee25b3f6f5 Get rid of unused retro_save_directory 2017-12-31 16:52:19 +01:00
twinaphex
e83f16af87 Cleanup savestate code 2017-12-20 06:00:58 +01:00
twinaphex
e9c4a591a4 Cleanups 2017-12-19 06:07:32 +01:00
twinaphex
c5621899a8 Update retro_unserialize 2017-12-17 18:43:51 +01:00
twinaphex
7c7a568a2e Update 2017-12-17 18:25:05 +01:00
twinaphex
a23ba7f58d Update 2017-12-16 03:12:36 +01:00
twinaphex
83d94d8af6 Updates 2017-12-16 03:07:16 +01:00
retrowertz
211e8a7996 Add alternate turbo on/off hotkey 2017-12-10 00:10:42 +08:00
retro-wertz
9253e8bb54
Fix equality operator mistake
sorry for this...
2017-12-02 15:36:37 +08:00
retrowertz
236f9bda4e Apply Workaround for Order of Griffon issue 2017-12-02 01:02:15 +08:00
retrowertz
e442644e36 Add crc32 check 2017-12-02 00:54:33 +08:00
Awakened0
6af234014a Prefix Turbo Delay and Turbo Button Enable Core Options
These options were missing the pce_ prefix all the other options have. Without them if you look in your core options file you wouldn't know what core they belong to.
2017-08-11 01:08:30 -04:00
Romain Tisserand
d44e6ea4db WIP CHD support for Beetle PCE Fast 2017-08-05 19:47:05 +02:00
Alberto Fustinoni
763cf42e4f Bugfix, variables uninitialized 2017-08-04 16:01:41 +09:00
Tatsuya79
b8ff37e6cf Add CD bios core option. 2017-07-11 23:42:11 +02:00
twinaphex
f44f7224d9 Silence warning 2017-03-26 18:44:08 +02:00
orbea
5a42a460ae Fix permissions. 2017-03-21 11:04:59 -07:00
twinaphex
39185a61a1 Better error handling 2017-01-24 15:42:28 +01:00
jbarfell
afffa41b65 Added toggling turbo on/off via X and Y for A and B respectively in 2 button mode. ignored in 6 button mode. Also added a config option to disable the feature. 2017-01-14 21:38:35 -05:00
Tatsuya79
aceaf655d1 Adjustable Horizontal Overscan. 2016-12-19 13:09:56 +01:00
Tatsuya79
de7abaa240 Update libretro.cpp 2016-12-19 11:24:39 +01:00
Gregor Richards
bd7136b3e3 Report git version with library_version 2016-12-09 18:22:00 -05:00
Tatsuya79
44ef377c7d Fix Turbo buttons OFF 2016-12-07 12:55:47 +01:00
Tatsuya79
d65485eee8 CPU Overclock parameter. 2016-10-28 23:26:57 +02:00
Tatsuya79
e65dad608b Update libretro.cpp 2016-10-28 23:03:25 +02:00
Tatsuya79
1957854a4b hoverscan no restart part1 2016-10-23 20:48:05 +02:00
radius
ad1dfce0c0 fix small mistake 2016-10-23 12:50:07 -05:00
radius
96864b478e update when width or height changes in runtime 2016-10-23 12:48:26 -05:00
radius
6b5a5c5aea set geometry on the first frame too 2016-10-23 12:38:05 -05:00
radius
697f5e7c8d only call set geometry when geometry actually should change 2016-10-23 12:21:31 -05:00
Tatsuya79
df09cbdfbf No sprite limit needs restart too 2016-10-16 15:06:16 +02:00
Tatsuya79
196a0240d7 H Overscan works now, small fix 2016-10-16 14:55:04 +02:00
Tatsuya79
b6980b413d CDPSG direct apply, 6:5 ratio, 200 volume, hoverscan addition 2016-10-16 11:59:18 +02:00
Tatsuya79
c6978e9bbd Non working H Overscan option in libretro.cpp
I don't know how to make it work between here and mednafen settings.
2016-10-15 01:04:45 +02:00
westonlast
1a190a626d Remove "Correct Aspect Ratio," which did nothing 2016-10-13 00:13:32 -05:00
westonlast
9a7ff84f9a Clean up duplicate definitions 2016-10-13 00:03:18 -05:00
westonlast
217c47bb54 Correct Pixel Aspect Ratio
Conflicts:
	libretro.cpp
2016-10-12 22:23:19 -05:00
Tatsuya79
952b14af45 FB height change to 243 2016-10-06 21:57:25 +02:00
hunterk
05fe1ffc16 revert the PAR change, which broke first-last scanline settings 2016-09-26 15:23:15 -05:00
hizzlekizzle
aa98d9726d Merge pull request #30 from westonlast/Correct-Pixel-Aspect-Ratio
Correct pixel aspect ratio
2016-09-25 20:28:05 -05:00
hizzlekizzle
ee88e0d126 Add turbo toggles for I+II buttons
You can enable them without a core restart but you can't disable them without a restart. I'm not sure why. Changing the speed works without a restart, as well.
2016-09-24 14:51:36 -05:00
twinaphex
67e46c62c6 Better control flow, use log_cb instead of MDFN_Error, etc. 2016-08-14 15:01:30 +02:00
twinaphex
fcd4c4a8fd Remove old cdrom code 2016-08-14 11:57:54 +02:00
twinaphex
4403fa4471 New cdrom code 2016-08-14 11:54:31 +02:00
twinaphex
bfe9b350be Get rid of gettext_noop 2016-08-12 18:44:57 +02:00
twinaphex
cb9eec9f92 Cleanups 2016-08-12 11:27:28 +02:00
twinaphex
0e04b5affe Get rid of crc32 generation 2016-08-10 06:02:54 +02:00
twinaphex
3a5af96afc Use plain C version of Blip_Buffer 2016-08-10 05:57:58 +02:00