hle/service/audio: Extract audio error codes to a header
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).
This commit is contained in:
parent
cc92c054ec
commit
ad9dbeb44b
4 changed files with 21 additions and 10 deletions
|
@ -217,6 +217,7 @@ add_library(core STATIC
|
|||
hle/service/audio/audren_u.h
|
||||
hle/service/audio/codecctl.cpp
|
||||
hle/service/audio/codecctl.h
|
||||
hle/service/audio/errors.h
|
||||
hle/service/audio/hwopus.cpp
|
||||
hle/service/audio/hwopus.h
|
||||
hle/service/bcat/bcat.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue