There was an error fetching the commit references. Please try again later.
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).
Showing
- src/core/CMakeLists.txt 1 addition, 0 deletionssrc/core/CMakeLists.txt
- src/core/hle/service/audio/audout_u.cpp 3 additions, 9 deletionssrc/core/hle/service/audio/audout_u.cpp
- src/core/hle/service/audio/audren_u.cpp 2 additions, 1 deletionsrc/core/hle/service/audio/audren_u.cpp
- src/core/hle/service/audio/errors.h 15 additions, 0 deletionssrc/core/hle/service/audio/errors.h
Loading
Please register or sign in to comment