summaryrefslogtreecommitdiff
path: root/src/audio_core/hle/pipe.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add all services to the Service namespaceGravatar Lioncash2016-12-111-1/+1
* Fix typosGravatar Ricardo de Almeida Gonzaga2016-10-201-2/+2
* 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
* Manually tweak source formatting and then re-run clang-formatGravatar Yuri Kunde Schlesner2016-09-181-2/+8
* Sources: Run clang-format on everything.Gravatar Emmanuel Gil Peyrot2016-09-181-13/+13
* fixup simple type conversions where possibleGravatar Alexander Laties2016-05-071-2/+7
* DSP_DSP: Updated interrupt implementationGravatar MerryMage2016-04-271-0/+4
* DSP/Pipe: There are 8 pipesGravatar MerryMage2016-04-251-11/+17
* DSP: Implement Pipe 2Gravatar MerryMage2016-03-061-23/+127
* AudioCore: Skeleton ImplementationGravatar MerryMage2016-02-211-0/+55