diff options
| author | 2019-03-05 16:45:22 -0500 | |
|---|---|---|
| committer | 2019-03-05 16:51:37 -0500 | |
| commit | ad9dbeb44b086b24e2c7e6d2dbc5c582cb0df7af (patch) | |
| tree | 3b7d33199157d96cb402a2908935190f207600c2 /src/core/CMakeLists.txt | |
| parent | Merge pull request #2185 from FearlessTobi/port-4630 (diff) | |
| download | yuzu-ad9dbeb44b086b24e2c7e6d2dbc5c582cb0df7af.tar.gz yuzu-ad9dbeb44b086b24e2c7e6d2dbc5c582cb0df7af.tar.xz yuzu-ad9dbeb44b086b24e2c7e6d2dbc5c582cb0df7af.zip | |
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).
Diffstat (limited to 'src/core/CMakeLists.txt')
| -rw-r--r-- | src/core/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index 988356c65..8ccb2d5f0 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt | |||
| @@ -217,6 +217,7 @@ add_library(core STATIC | |||
| 217 | hle/service/audio/audren_u.h | 217 | hle/service/audio/audren_u.h |
| 218 | hle/service/audio/codecctl.cpp | 218 | hle/service/audio/codecctl.cpp |
| 219 | hle/service/audio/codecctl.h | 219 | hle/service/audio/codecctl.h |
| 220 | hle/service/audio/errors.h | ||
| 220 | hle/service/audio/hwopus.cpp | 221 | hle/service/audio/hwopus.cpp |
| 221 | hle/service/audio/hwopus.h | 222 | hle/service/audio/hwopus.h |
| 222 | hle/service/bcat/bcat.cpp | 223 | hle/service/bcat/bcat.cpp |