summaryrefslogtreecommitdiffstats
path: root/src/audio_core/hle/pipe.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Massive removal of unused modulesJames Rowe2018-01-131-177/+0
* Add all services to the Service namespaceLioncash2016-12-111-1/+1
* Fix typosRicardo de Almeida Gonzaga2016-10-201-2/+2
* 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
* Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner2016-09-191-2/+8
* Sources: Run clang-format on everything.Emmanuel Gil Peyrot2016-09-181-13/+13
* fixup simple type conversions where possibleAlexander Laties2016-05-071-2/+7
* DSP_DSP: Updated interrupt implementationMerryMage2016-04-271-0/+4
* DSP/Pipe: There are 8 pipesMerryMage2016-04-251-11/+17
* DSP: Implement Pipe 2MerryMage2016-03-061-23/+127
* AudioCore: Skeleton ImplementationMerryMage2016-02-211-0/+55