summaryrefslogtreecommitdiffstats
path: root/src/audio_core/hle/source.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2018-01-13Massive removal of unused modulesJames Rowe1-349/+0
2017-09-30Fixed type conversion ambiguityHuw Pascoe1-1/+1
2017-08-28interpolate: Interpolate on a frame-by-frame basisMerryMage1-29/+20
2017-01-30Support looping HLE audio (#2422)Jake Merdich1-11/+33
2016-09-21Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner1-1/+1
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot1-4/+1
2016-09-19Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner1-20/+24
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot1-52/+67
2016-05-09source: Fix missing logging argumentsLioncash1-2/+2
2016-05-03DSP/HLE: Implement Source processingMerryMage1-0/+320