summaryrefslogtreecommitdiffstats
path: root/src/common/CMakeLists.txt
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-09-13 00:23:54 +0200
committerGitHub <noreply@github.com>2018-09-13 00:23:54 +0200
commit926dd415871a8c38605678f2fdcbd556413e52ee (patch)
tree06c477f5b9f318d0c461d653f490d2c467cefec4 /src/common/CMakeLists.txt
parentMerge pull request #1306 from bunnei/fix-b5g6r5u (diff)
parentaudio_core: Flush stream when not playing anything (diff)
downloadyuzu-926dd415871a8c38605678f2fdcbd556413e52ee.tar
yuzu-926dd415871a8c38605678f2fdcbd556413e52ee.tar.gz
yuzu-926dd415871a8c38605678f2fdcbd556413e52ee.tar.bz2
yuzu-926dd415871a8c38605678f2fdcbd556413e52ee.tar.lz
yuzu-926dd415871a8c38605678f2fdcbd556413e52ee.tar.xz
yuzu-926dd415871a8c38605678f2fdcbd556413e52ee.tar.zst
yuzu-926dd415871a8c38605678f2fdcbd556413e52ee.zip
Diffstat (limited to 'src/common/CMakeLists.txt')
-rw-r--r--src/common/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt
index f41946cc6..6a3f1fe08 100644
--- a/src/common/CMakeLists.txt
+++ b/src/common/CMakeLists.txt
@@ -71,6 +71,7 @@ add_library(common STATIC
param_package.cpp
param_package.h
quaternion.h
+ ring_buffer.h
scm_rev.cpp
scm_rev.h
scope_exit.h