Commit graph

101 commits

Author SHA1 Message Date
Sour 3154f19467 Libretro: Fixed memory map for WRAM/SRAM-based achievements 2020-06-23 13:58:59 -04:00
Sour 9772aa006f Game DB: Updated to latest version of Nes20 DB 2020-05-02 13:06:20 -04:00
Sour 4869051117 Libretro: Split overscan settings into 4 for more flexibility 2020-04-19 20:01:45 -04:00
Sour 77e04a679e DB: Integrated NewRisingSun's NES 2.0 header database 2020-04-18 13:40:32 -04:00
Brad Smith fe6900b8f9
Virtual Boy controller support (#766) 2020-02-07 23:34:02 +00:00
Sour ba357c6f6d Libretro: Fixed tabs/spaces in makefile 2020-02-04 20:12:40 -05:00
Sour 5a3b56c3d4 Video Recorder: Added support for GIF file export 2020-02-04 19:36:15 -05:00
Sour cb6573278b Fixed DB entry for Dream World (J) to fix mirroring issues 2020-02-03 18:00:42 -05:00
Sour 67a35fbfb4 Libretro: Removed unnecessary echos from makefile 2020-02-01 18:33:38 -05:00
Samuel P 0279db31d2
Libretro: Fixes ogg crashes on static platforms (#757) 2020-01-30 01:10:52 +00:00
slash0042 5bb0f5c811 Libretro: Add support for libnx (#755) 2020-01-28 03:58:14 +00:00
Twinaphex e7bc57498f Libretro: MSVC 2017 Buildfix (#749) 2020-01-07 22:33:01 +00:00
Sour 8047fe44bb Added Study Box tape support (.studybox files)
-Added audio support
-Improved emulation logic
-Games are loaded via .studybox files
2019-12-31 20:24:06 -05:00
Sour ec4a215d0b VS: Fixed VS2019 compilation for x86/etc 2019-12-21 13:12:30 -05:00
Sour 58b6dd188f Upgrade to VS2019 and C++17 2019-12-21 12:23:55 -05:00
newsie-oss fdd9435249 Libretro: Sample rate option + static linking (#734)
* [libretro] use audio batch
* [libretro] variable sound rate
* [libretro] mingw static libs
* [libretro] mingw xp support
2019-12-21 12:18:02 -05:00
Sour 7b20300f6d DirectSound: Fixed latency issue that caused sound to cut off within the first second after loading a rom after starting the emulator 2019-11-24 10:53:53 -05:00
gouchi de8dc930f2 Libretro: Fix linux arm build (#711) 2019-11-23 19:32:20 -05:00
Sour 8a9530974d Libretro: Fixed makefile 2019-11-21 22:43:40 -05:00
Sour 03ad7d5cc7 DB: Added another game matching the 255-in-1 mapper 2019-11-14 20:46:56 -05:00
Sour df6b003a36 Libretro: Option to rotate A/B buttons like Nestopia core (changes default layout to match other NES cores) 2019-11-13 19:02:38 -05:00
Sour 7041ec7682 Linux: Fixed compilation warnings/errors with GCC/clang 2019-11-13 18:30:05 -05:00
Sour a72acc9f1a Core: Rewrite DMC/OAM DMA, tweak PPU timings, add option to simulate PPU/CPU alignments 2019-11-11 21:10:47 -05:00
webgeek1234 da4aed5405 Libretro: allow mingw cross compile (#653) 2019-09-17 21:52:56 -04:00
yoshisuga 40d1c03598 Libretro: support building for iOS and tvOS (#652)
* libretro: support building for 64-bit iOS devices (arm64)
* (tvOS) add support for building using tvOS SDK
2019-09-17 21:43:22 -04:00
Sour 2ac3db319b Libretro: Fixed aspect ratio when using 'no stretching' option 2019-06-24 22:27:44 -04:00
Sour 7d0f250047 Game DB: Added entry for Sonic 3D Blast 6 2019-04-26 19:52:34 -04:00
stellarporter 96851e6c7a Libretro: switch to constexpr (#603)
Solves TLS core crashes and missing options on Windows XP systems
2019-03-28 16:07:07 -04:00
Sour 3a752d6755 Added support for 512-color palette files 2019-02-07 18:51:24 -05:00
Sour eef4e5472c DB: Fixed some invalid game entries 2019-02-02 12:28:36 -05:00
Sour c4dbe9929c Added support for Bandai's EEPROMs 2019-01-26 10:05:07 -05:00
Sour 4bf33cab94 Libretro: Fixed compilation error (missing file in makefile) 2019-01-24 17:33:02 -05:00
Sour 05f12b4948 Libretro: Fixed build error 2019-01-20 00:37:08 -05:00
Sour 418e9d35cd Libretro: Fixed build error 2018-12-31 17:20:30 -05:00
Sour 2758e6f078 Libretro: Fixed compilation warning 2018-12-31 09:43:00 -05:00
Sour a86bfa7636 Libretro: Fixed long compilation/linking times 2018-12-31 09:40:38 -05:00
Sour e7e2d638db Libretro: Added wavebeam palette option 2018-12-26 20:57:05 -05:00
Sour ee3d05ba58 Libretro: Use 96 kHz sample rate internally instead of 48 kHz.
-Reverted to using retro_audio_sample_t because retro_audio_sample_batch_t fails when batch sizes are too large
-Using 96 kHz instead of 384 kHz because the latter causes a noticeable performance reduction, and there appears to be no way to change the sample rate on-the-fly (so can't make it an option)
2018-12-26 20:46:28 -05:00
Sour e4b6a7ab64 Libretro: Fixed Oekakids tablet not being shown in player 5's controller list 2018-12-26 19:33:17 -05:00
Sour 544059ac2f Libretro: Minor refactoring 2018-12-26 19:12:06 -05:00
Sour 7d3b229301 Libretro: Move Famicom Microphone to P1's L3 button rather than P2's (like it was meant to be) + fixed bug that prevented the microphone from being used in most scenarios. 2018-12-26 18:32:02 -05:00
Ryan 'Swingflip' Hamlin 6c3398250a Added Classic Platform structure - ARMv7 Cortex A7 build (#516) 2018-10-20 17:22:08 +09:00
Sour 1aef0c3d63 Libretro: Integrated makefile updates for Hakchi (by swingflip) 2018-08-08 20:27:22 -04:00
Sour 47ba3f8282 Libretro: Enable softpatching support 2018-08-06 19:48:57 -04:00
Sour d67a1ec832 Libretro: Fixed missing .cpp in makefile 2018-08-03 23:39:10 -04:00
Sour 27ee26c6cb Fixed build issues for Libretro and Linux 2018-08-03 22:49:10 -04:00
Sour a13f2dd3a8 VS System: Updated dipswitch DB with dual system games (+some refactoring) 2018-07-22 15:21:48 -04:00
Sour 26b94f18cd Linux: Fixed compilation errors/warnings 2018-07-15 19:27:38 -04:00
Sour 15373016d0 Refactoring - removed statics from EmulationSettings 2018-07-14 18:32:32 -04:00
Sour 7b3dc2d6be Libretro: Fixed compilation error 2018-07-10 17:15:19 -04:00