summaryrefslogtreecommitdiffstats
path: root/src/video_core/CMakeLists.txt
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2019-08-29 19:07:01 +0200
committerGitHub <noreply@github.com>2019-08-29 19:07:01 +0200
commite4246158393fc011b16a4c1ef023c167cde9d4f8 (patch)
tree461f4e0a45a1d44bc2f81a3ef7f35cb10cece680 /src/video_core/CMakeLists.txt
parentMerge pull request #2758 from ReinUsesLisp/packed-tid (diff)
parentBuffer Cache: Adress Feedback. (diff)
downloadyuzu-e4246158393fc011b16a4c1ef023c167cde9d4f8.tar
yuzu-e4246158393fc011b16a4c1ef023c167cde9d4f8.tar.gz
yuzu-e4246158393fc011b16a4c1ef023c167cde9d4f8.tar.bz2
yuzu-e4246158393fc011b16a4c1ef023c167cde9d4f8.tar.lz
yuzu-e4246158393fc011b16a4c1ef023c167cde9d4f8.tar.xz
yuzu-e4246158393fc011b16a4c1ef023c167cde9d4f8.tar.zst
yuzu-e4246158393fc011b16a4c1ef023c167cde9d4f8.zip
Diffstat (limited to 'src/video_core/CMakeLists.txt')
-rw-r--r--src/video_core/CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/video_core/CMakeLists.txt b/src/video_core/CMakeLists.txt
index f315e021d..e2f85c5f1 100644
--- a/src/video_core/CMakeLists.txt
+++ b/src/video_core/CMakeLists.txt
@@ -1,5 +1,7 @@
add_library(video_core STATIC
- buffer_cache.h
+ buffer_cache/buffer_block.h
+ buffer_cache/buffer_cache.h
+ buffer_cache/map_interval.h
dma_pusher.cpp
dma_pusher.h
debug_utils/debug_utils.cpp