summaryrefslogtreecommitdiffstats
path: root/src/audio_core/hle/pipe.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2016-12-11Add all services to the Service namespaceLioncash1-1/+1
2016-10-20Fix typosRicardo de Almeida Gonzaga1-2/+2
2016-09-21Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner1-1/+1
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot1-4/+1
2016-09-19Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner1-2/+8
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot1-13/+13
2016-05-07fixup simple type conversions where possibleAlexander Laties1-2/+7
2016-04-27DSP_DSP: Updated interrupt implementationMerryMage1-0/+4
2016-04-25DSP/Pipe: There are 8 pipesMerryMage1-11/+17
2016-03-06DSP: Implement Pipe 2MerryMage1-23/+127
2016-02-21AudioCore: Skeleton ImplementationMerryMage1-0/+55