aboutsummaryrefslogtreecommitdiff
path: root/plugins/dfsound/spu_config.h
AgeCommit message (Collapse)Author
2020-08-04Add header guardsnegativeExponent
2019-03-07Diablo Music fix for PCSX Rearmed. (optional hack)gameblabla
Let's also allow it to be changed from the menu. Set to off by default as it could cause issues in some other games.
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