aboutsummaryrefslogtreecommitdiff
path: root/src/core/CMakeLists.txt
diff options
context:
space:
mode:
authormailwl <mailwl@gmail.com>2018-06-25 16:44:17 +0300
committermailwl <mailwl@gmail.com>2018-06-25 16:44:17 +0300
commit11fb17054e78e42a2ec3fdf72dc1cd2e695c7a2b (patch)
treeb9356a455e79ab92efef475b5710b81dcfac747c /src/core/CMakeLists.txt
parent838724c588c5343422b1736ba73c4f309feaca00 (diff)
Service/Audio: add hwopus service, stub GetWorkBufferSize function
Diffstat (limited to 'src/core/CMakeLists.txt')
-rw-r--r--src/core/CMakeLists.txt2
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
hle/service/audio/audren_u.h
hle/service/audio/codecctl.cpp
hle/service/audio/codecctl.h
+ hle/service/audio/hwopus.cpp
+ hle/service/audio/hwopus.h
hle/service/bcat/module.cpp
hle/service/bcat/module.h
hle/service/bcat/bcat.cpp