summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/audio/audin_a.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-08-04service: Remove redundant #pragma once directivesLioncash1-2/+0
These don't do anything within .cpp files (we don't include cpp files, so...)
2018-08-01service/audio: Add missing servicesLioncash1-0/+24
Adds the missing audctl service, as well as the :a and :d services for audin, audout, audrec, and audren.