summaryrefslogtreecommitdiffstats
path: root/src/audio_core/hle/filter.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-02-27Doxygen: Amend minor issues (#2593)Mat M1-1/+1
Corrects a few issues with regards to Doxygen documentation, for example: - Incorrect parameter referencing. - Missing @param tags. - Typos in @param tags. and a few minor other issues.
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot1-2/+0
This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation.
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot1-3/+9
2016-05-03DSP/HLE: Implement Source processingMerryMage1-0/+1
2016-03-28DSP: Implement audio filters (simple, biquad)MerryMage1-0/+112