summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/audio/audrec_u.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* service: Use nested namespace specifiers where applicableLioncash2018-04-201-4/+2
| | | | Tidies up namespace declarations
* Updated audrec with more service names.Hexagon122018-04-101-7/+9
|
* Added stubs for audio services. (#116)st4rk2018-01-221-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)