summaryrefslogtreecommitdiffstats
path: root/src/audio_core/hle/source.h (unfollow)
Commit message (Expand)AuthorFilesLines
2018-01-13Massive removal of unused modulesJames Rowe1-149/+0
2017-09-26Audio: Use std::deque instead of std::vector for the audio buffer type (StereoBuffer16).Subv1-1/+1
2017-01-30Support looping HLE audio (#2422)Jake Merdich1-0/+2
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot1-2/+0
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot1-6/+11
2016-05-03DSP/HLE: Implement Source processingMerryMage1-0/+144