summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/audio/audrec_u.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2021-04-09audrec_u: Use proper names, update to 12.xgerman771-3/+4
2020-11-27service: Eliminate usages of the global system instanceLioncash1-2/+3
2019-04-04core: Add missing override specifiers where applicableLioncash1-4/+0
2019-01-30service/audio: Update function tablesLioncash1-1/+5
2018-09-11hle/service: Default constructors and destructors in the cpp file where applicableLioncash1-0/+2
2018-05-21Correct audio command numbers & add or rename some functions (#455)greggameplayer1-1/+2
2018-04-20service: Use nested namespace specifiers where applicableLioncash1-4/+2
2018-04-10Updated audrec with more service names.Hexagon121-7/+9
2018-01-22Added stubs for audio services. (#116)st4rk1-0/+38