aboutsummaryrefslogtreecommitdiff
path: root/src/core/CMakeLists.txt
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-06-27 21:57:21 -0400
committerGitHub <noreply@github.com>2018-06-27 21:57:21 -0400
commitda2bdbc0d7772fe195611fb163df2dbd533a6b56 (patch)
treede144b37d0c68388953701073929fc3d434dc1e4 /src/core/CMakeLists.txt
parent7fa9177830c201d249884cdc922edd7570b24ad5 (diff)
parent11fb17054e78e42a2ec3fdf72dc1cd2e695c7a2b (diff)
Merge pull request #588 from mailwl/hwopus
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