summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/audio/audrec_u.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-05-21Correct audio command numbers & add or rename some functions (#455)greggameplayer1-1/+2
* Add unknown function at the number command 2 * correct audout:u commands numbers * correct audrec:u cmd number & add Unknown function * correct IAudioDevice command numbers * correct codecctl cmd numbers & rename the 8 function * correct place of unknown function & fix clang-format
2018-04-20service: Use nested namespace specifiers where applicableLioncash1-4/+2
Tidies up namespace declarations
2018-04-10Updated audrec with more service names.Hexagon121-7/+9
2018-01-22Added stubs for audio services. (#116)st4rk1-0/+38
* stubs for audout:u, audin:u, audrec:u, audren:u, codecctl and decoding tables with nullptr for future implementations * fixing the changes requested (remove private, explicit)