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