summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/audio/audin_a.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* service: Remove redundant #pragma once directivesLioncash2018-08-041-2/+0
| | | | | These don't do anything within .cpp files (we don't include cpp files, so...)
* service/audio: Add missing servicesLioncash2018-08-011-0/+24
Adds the missing audctl service, as well as the :a and :d services for audin, audout, audrec, and audren.