Commit graph

32 commits

Author SHA1 Message Date
NovaSquirrel
c0e249e993 Revert "Merge branch 'reformat_code'"
This reverts commit daf3b57e89, reversing
changes made to 7a6e0b7d77.
2021-03-10 11:13:28 -05:00
Vladimir Kononovich
a6e89dd132 Reformat Libretro (Resharper) 2020-12-19 23:31:01 +03:00
Sour
fed989f216 Libretro: Added .bs files to support ext. list
+ Changed expected bios filename to match snes9x
2020-06-22 20:18:45 -04:00
Sour
11795f7f51 Libretro: Fixes to GB/GBC memory map 2020-06-22 19:21:22 -04:00
Sour
06135f10de GB: Added palette configuration options
+ Split GB options to a separate window
2020-06-22 19:12:25 -04:00
Sour
52259d13e7 Libretro: Added GB/GBC memory map for achievements 2020-06-18 23:35:52 -04:00
Sour
6592805fc0 SGB: Added SGB2 support
+ Change name for SGB bios file
2020-06-18 22:22:46 -04:00
Sour
d204485153 Added Super Game Boy support
Missing support for SGB2's timings and still needs a few tweaks and more testing
2020-06-18 00:58:39 -04:00
Sour
5f055110fa Added Game Boy support
CPU/APU are decent - PPU is still just a scanline renderer
No Super Game Boy support yet
2020-05-18 16:11:08 -04:00
Sour
9dbca4f26d Libretro: Fixed save ram not being saved/loaded by frontend 2020-05-17 17:27:49 -04:00
Sour
a3f2e36fdf Libretro: Added descriptors for start & select buttons 2020-05-03 09:42:51 -04:00
Sour
5ff456bc09 Audio: Added cubic interpolation option 2020-04-28 17:56:57 -04:00
Sour
1277427f2f Libretro: Disable OSD message when loading game 2020-03-27 20:07:13 -04:00
Sour
206214ce2b Audio: Replace blip_buf usage with a hermite interpolation resampler
Improves sound - blip_buf was altering the audio output quite a bit compared to the DSP's raw output
2020-02-29 15:58:11 -05:00
Sour
5101ad4d05 Libretro: Enable frame skipping during fast forward 2020-02-07 18:23:23 -05:00
Sour
6e37291061 Libretro: Read firmware files from the "system" folder rather than the "system\Firmware" folder 2020-01-19 14:53:29 -05:00
newsie-oss
e745388206 Libretro: Static link runtime and fixed some mingw compilation issues
* [libretro] use audio_batch_cb
* [libretro] mingw static libs
* [libretro] mingw xp support
2019-12-20 11:40:42 -05:00
Sour
5ed9b3c2a0 Libretro: Fixed "All 0s" ram power on state option not working as expected 2019-11-03 20:13:25 -05:00
Sour
1c7a1060a6 Libretro: Add header to save states to prevent older incompatible states from crashing the application 2019-10-24 18:51:51 -04:00
Sour
388f62f57b Libretro: Added support for GG/PAR cheats 2019-10-16 20:55:09 -04:00
Sour
f2f692e984 Libretro: Added toggle for high resolution mode blend feature 2019-10-08 18:34:33 -04:00
Sour
da5e77d6e3 Input: Added Super Scope support 2019-08-09 20:47:12 -04:00
Sour
cae71b7907 Input: Added multitap support 2019-08-09 11:45:20 -04:00
Sour
33cee67e61 Added GSU (Super FX) support 2019-07-30 22:43:32 -04:00
Sour
49df8ab7d0 Libretro: Added overclocking options 2019-07-19 19:59:09 -04:00
Sour
f720c39215 Fixed some clang/gcc warnings 2019-07-18 16:54:24 -04:00
Sour
fad563694a Settings: Default to randomized RAM instead of all 0s 2019-07-16 21:31:30 -04:00
Sour
cb8feb702f Libretro: Cut off 7px at the top instead of 8 (since there is only a 7px gap at the top) 2019-07-07 19:59:16 -04:00
Sour
f282675003 Initialize all ram (vram, cgram, oam, work ram, save ram) based on ram power on state setting 2019-07-06 14:25:51 -04:00
Sour
3f62e07f52 Libretro: Switch const for constexpr to fix missing core options in some configurations 2019-07-04 16:51:33 -04:00
Sour
455cb8838c Libretro: Changed option names to avoid conflicts with Mesen's config 2019-07-03 22:08:28 -04:00
Sour
b5847a3d1f Libretro: Added libretro core 2019-07-02 19:56:00 -04:00