summaryrefslogtreecommitdiffstats
path: root/src/audio_core/hle/source.cpp (follow)
Commit message (Collapse)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
| | | | | * Support looping HLE audio * DSP: Fix dirty bit clears, handle nonmonotonically incrementing IDs * DSP: Add start offset support
* 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
| | | | | | | This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation.
* 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
| | | | Silences two warnings on OSX.
* DSP/HLE: Implement Source processingMerryMage2016-05-031-0/+320