diff options
| author | 2018-06-25 16:44:17 +0300 | |
|---|---|---|
| committer | 2018-06-25 16:44:17 +0300 | |
| commit | 11fb17054e78e42a2ec3fdf72dc1cd2e695c7a2b (patch) | |
| tree | b9356a455e79ab92efef475b5710b81dcfac747c /src/core/CMakeLists.txt | |
| parent | Removed duplicate structs, changed AudioRendererResponse -> UpdateDataHeader ... (diff) | |
| download | yuzu-11fb17054e78e42a2ec3fdf72dc1cd2e695c7a2b.tar.gz yuzu-11fb17054e78e42a2ec3fdf72dc1cd2e695c7a2b.tar.xz yuzu-11fb17054e78e42a2ec3fdf72dc1cd2e695c7a2b.zip | |
Service/Audio: add hwopus service, stub GetWorkBufferSize function
Diffstat (limited to 'src/core/CMakeLists.txt')
| -rw-r--r-- | src/core/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index 51e4088d2..3dff068df 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt | |||
| @@ -126,6 +126,8 @@ add_library(core STATIC | |||
| 126 | hle/service/audio/audren_u.h | 126 | hle/service/audio/audren_u.h |
| 127 | hle/service/audio/codecctl.cpp | 127 | hle/service/audio/codecctl.cpp |
| 128 | hle/service/audio/codecctl.h | 128 | hle/service/audio/codecctl.h |
| 129 | hle/service/audio/hwopus.cpp | ||
| 130 | hle/service/audio/hwopus.h | ||
| 129 | hle/service/bcat/module.cpp | 131 | hle/service/bcat/module.cpp |
| 130 | hle/service/bcat/module.h | 132 | hle/service/bcat/module.h |
| 131 | hle/service/bcat/bcat.cpp | 133 | hle/service/bcat/bcat.cpp |