index
:
snes9x2005
asmgfx
dynarec
performance
trimui-s
Snes9x 2005. Port of SNES9x 1.43 for libretro (was previously called CAT SFC). Forked from https://github.com/libretro/snes9x2005
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source
/
apu_blargg.c
Age
Commit message (
Expand
)
Author
2018-12-28
C89 buildfix
twinaphex
2018-03-30
Add support for Audio/Video Disable flags
Dwedit
2018-03-14
Cleanups for C89
twinaphex
2018-03-14
Flush audio buffer at end of retro_run, and bypass resampler
Dwedit
2017-08-16
Changed compile-time flags to use C89 and fixed new warnings raised.
João Silva
2017-06-18
Support for savestate versioning. Plenty of cleanups.
João Silva
2017-02-18
Update sar.h
twinaphex
2017-02-12
Type fixes. Fixes from snes9x 1.50. Minor changes and optimizations.
João Silva
2017-01-29
Converted most types to stdint-style (fixing a few in the process).
João Silva
2017-01-14
Removed a LOT of useless stuff.
João Silva
2017-01-14
Moved copyright information to copyright file.
João Silva
2016-10-15
Add copyright notices since certain guys try to push their luck
twinaphex
2015-11-10
align to 4 bytes.
aliaspider
2015-11-05
Start using stdint types
twinaphex
2014-12-07
Properly fix that aggressive loop opt bug.
Alcaro
2014-12-07
fix a bug in apu_blarrg.c when compiled with aggressive-loop-
aliaspider
2014-11-04
blargg_apu : small speedup
aliaspider
2014-11-04
(PSP) fix address alignment exception when compiling with USE_BLARGG_APU
aliaspider
2014-11-03
use stdint/stdbool
aliaspider
2014-11-03
can build with USE_BLARGG_APU enabled, still not working.
aliaspider
2014-11-02
start hooking up blargg's apu implementation to use as a reference.
aliaspider