summaryrefslogtreecommitdiffstats
path: root/src/audio_core/CMakeLists.txt
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2021-02-15 05:09:15 +0100
committerGitHub <noreply@github.com>2021-02-15 05:09:15 +0100
commit8378b8a61feb971fc4b8af8468938e4691c2cfb7 (patch)
tree6df36c0a553a72ad4ec5dca2a5134b44d0f31849 /src/audio_core/CMakeLists.txt
parentMerge pull request #5920 from bunnei/am-ldn-fix (diff)
parentrevert to std::sin and std::cos (diff)
downloadyuzu-8378b8a61feb971fc4b8af8468938e4691c2cfb7.tar
yuzu-8378b8a61feb971fc4b8af8468938e4691c2cfb7.tar.gz
yuzu-8378b8a61feb971fc4b8af8468938e4691c2cfb7.tar.bz2
yuzu-8378b8a61feb971fc4b8af8468938e4691c2cfb7.tar.lz
yuzu-8378b8a61feb971fc4b8af8468938e4691c2cfb7.tar.xz
yuzu-8378b8a61feb971fc4b8af8468938e4691c2cfb7.tar.zst
yuzu-8378b8a61feb971fc4b8af8468938e4691c2cfb7.zip
Diffstat (limited to 'src/audio_core/CMakeLists.txt')
-rw-r--r--src/audio_core/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/audio_core/CMakeLists.txt b/src/audio_core/CMakeLists.txt
index d1d177b51..a0ae07752 100644
--- a/src/audio_core/CMakeLists.txt
+++ b/src/audio_core/CMakeLists.txt
@@ -15,6 +15,8 @@ add_library(audio_core STATIC
command_generator.cpp
command_generator.h
common.h
+ delay_line.cpp
+ delay_line.h
effect_context.cpp
effect_context.h
info_updater.cpp