Commit graph

9 commits

Author SHA1 Message Date
Sour 3154f19467 Libretro: Fixed memory map for WRAM/SRAM-based achievements 2020-06-23 13:58:59 -04: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
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 454457caf4 Libretro: Updated code for refactoring + fixed compilation errors 2018-07-08 10:28:48 -04:00
Sour 4e2f9b403b Libretro: Use retro_audio_sample_batch_t instead of retro_audio_sample_t 2018-06-10 15:11:24 -04:00
Sour 7224169d5f Libretro: Fixed build error 2018-06-10 14:51:00 -04:00
Sour abffd86e6b Libretro support (Linux) 2018-01-04 23:09:07 -05:00
Sour cf0bd50b9e Libretro support (Windows) 2018-01-04 19:03:47 -05:00