summaryrefslogtreecommitdiffstats
path: root/src/core/CMakeLists.txt
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-06-28 03:57:21 +0200
committerGitHub <noreply@github.com>2018-06-28 03:57:21 +0200
commitda2bdbc0d7772fe195611fb163df2dbd533a6b56 (patch)
treede144b37d0c68388953701073929fc3d434dc1e4 /src/core/CMakeLists.txt
parentgl_shader_decompiler: Add a return path for unknown instructions. (diff)
parentService/Audio: add hwopus service, stub GetWorkBufferSize function (diff)
downloadyuzu-da2bdbc0d7772fe195611fb163df2dbd533a6b56.tar
yuzu-da2bdbc0d7772fe195611fb163df2dbd533a6b56.tar.gz
yuzu-da2bdbc0d7772fe195611fb163df2dbd533a6b56.tar.bz2
yuzu-da2bdbc0d7772fe195611fb163df2dbd533a6b56.tar.lz
yuzu-da2bdbc0d7772fe195611fb163df2dbd533a6b56.tar.xz
yuzu-da2bdbc0d7772fe195611fb163df2dbd533a6b56.tar.zst
yuzu-da2bdbc0d7772fe195611fb163df2dbd533a6b56.zip
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