summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/audio/errors.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-03-05hle/service/audio: Extract audio error codes to a headerLioncash1-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).