summaryrefslogtreecommitdiffstats
path: root/src/audio_core/hle/source.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Massive removal of unused modulesJames Rowe2018-01-131-349/+0
* Fixed type conversion ambiguityHuw Pascoe2017-09-301-1/+1
* interpolate: Interpolate on a frame-by-frame basisMerryMage2017-08-281-29/+20
* Support looping HLE audio (#2422)Jake Merdich2017-01-301-11/+33
* Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner2016-09-211-1/+1
* Remove empty newlines in #include blocks.Emmanuel Gil Peyrot2016-09-211-4/+1
* Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner2016-09-191-20/+24
* Sources: Run clang-format on everything.Emmanuel Gil Peyrot2016-09-181-52/+67
* source: Fix missing logging argumentsLioncash2016-05-091-2/+2
* DSP/HLE: Implement Source processingMerryMage2016-05-031-0/+320