summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/audio/errors.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* hle/service/audio: Extract audio error codes to a headerLioncash2019-03-051-0/+15
Places all error codes in an easily includable header. This also corrects the unsupported error code (I accidentally used the hex value when I meant to use the decimal one).