aboutsummaryrefslogtreecommitdiff
path: root/source/apu_blargg.c
AgeCommit message (Expand)Author
2022-03-22Fix audio sample pacingjdgleaver
2018-12-28C89 buildfixtwinaphex
2018-03-30Add support for Audio/Video Disable flagsDwedit
2018-03-14Cleanups for C89twinaphex
2018-03-14Flush audio buffer at end of retro_run, and bypass resamplerDwedit
2017-08-16Changed compile-time flags to use C89 and fixed new warnings raised.João Silva
2017-06-18Support for savestate versioning. Plenty of cleanups.João Silva
2017-02-18Update sar.htwinaphex
2017-02-12Type fixes. Fixes from snes9x 1.50. Minor changes and optimizations.João Silva
2017-01-29Converted most types to stdint-style (fixing a few in the process).João Silva
2017-01-14Removed a LOT of useless stuff.João Silva
2017-01-14Moved copyright information to copyright file.João Silva
2016-10-15Add copyright notices since certain guys try to push their lucktwinaphex
2015-11-10align to 4 bytes.aliaspider
2015-11-05Start using stdint typestwinaphex
2014-12-07Properly fix that aggressive loop opt bug.Alcaro
2014-12-07fix a bug in apu_blarrg.c when compiled with aggressive-loop-aliaspider
2014-11-04blargg_apu : small speedupaliaspider
2014-11-04(PSP) fix address alignment exception when compiling with USE_BLARGG_APUaliaspider
2014-11-03use stdint/stdboolaliaspider
2014-11-03can build with USE_BLARGG_APU enabled, still not working.aliaspider
2014-11-02start hooking up blargg's apu implementation to use as a reference.aliaspider