aboutsummaryrefslogtreecommitdiff
path: root/plugins/dfsound/xa.c
AgeCommit message (Collapse)Author
2015-01-10spu: support multiple pending buffersnotaz
for threaded implementation
2015-01-05spu: finish offload code to TI C64x DSPnotaz
rather disappointing result so far, though :(
2015-01-03spu: handle stop better, split main func morenotaz
2015-01-03mingw build fixesnotaz
2014-12-20spu: put globals into a structurenotaz
- also clean up some unused stuff - put spu config into it's own structure and header
2014-12-20spu: rework synchronizationnotaz
2013-01-03spu: fix decode buffersnotaz
sync is still broken :(
2012-07-31spu: some cleanupsnotaz
2012-07-15spu: handle cd decode buffers toonotaz
2011-10-08spu/cdda: sync cdda to spu playbacknotaz
this will probably make cdrom/vsync timing desync situation worse (those were never in sync anyway) but fix some cdda related sound stuttering. Those magic values are used trying to preserve other SPU plugin compatibility.
2011-08-01spu: some misc refactoring/cleanupnotaz
2011-03-01spu: drop unused mono codenotaz
also merge the mix buffers - the idea was to make use of neon there but I've decided againt it, it wouldn't improve things much according to profiling.
2011-02-04spu: fix xa masking, was causing noisenotaz
2010-11-16pcsxr-1.9.92PCSX* teams