aboutsummaryrefslogtreecommitdiff
path: root/plugins/dfsound/spu_config.h
AgeCommit message (Collapse)Author
2015-02-06libretro: always use fixed samples per framenotaz
2015-01-10spu: support multiple pending buffersnotaz
for threaded implementation
2015-01-04spu: threaded implementationnotaz
unlike original P.E.Op.S. implementation, the goal here is to carefully avoid any side effects caused by having the thread enabled
2014-12-20spu: put globals into a structurenotaz
- also clean up some unused stuff - put spu config into it's own structure and header