summaryrefslogtreecommitdiff
path: root/src/audio_core/hle/source.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Massive removal of unused modulesGravatar James Rowe2018-01-121-349/+0
|
* Fixed type conversion ambiguityGravatar Huw Pascoe2017-09-301-1/+1
|
* interpolate: Interpolate on a frame-by-frame basisGravatar MerryMage2017-08-281-29/+20
|
* Support looping HLE audio (#2422)Gravatar Jake Merdich2017-01-291-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-includeGravatar Yuri Kunde Schlesner2016-09-211-1/+1
|
* Remove empty newlines in #include blocks.Gravatar 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-formatGravatar Yuri Kunde Schlesner2016-09-181-20/+24
|
* Sources: Run clang-format on everything.Gravatar Emmanuel Gil Peyrot2016-09-181-52/+67
|
* source: Fix missing logging argumentsGravatar Lioncash2016-05-091-2/+2
| | | | Silences two warnings on OSX.
* DSP/HLE: Implement Source processingGravatar MerryMage2016-05-031-0/+320