diff options
author | bunnei <bunneidev@gmail.com> | 2020-05-24 06:32:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-24 06:32:44 +0200 |
commit | 6a5cf1473ee7fab4709008ee7b29fa6316a28896 (patch) | |
tree | de5ce0182bea7f3e16a8626df5b0ba4b2541ad02 /src/video_core/CMakeLists.txt | |
parent | yuzu/discord_impl: Update the applicationID (#3977) (diff) | |
parent | buffer_cache: Remove unused boost headers (diff) | |
download | yuzu-6a5cf1473ee7fab4709008ee7b29fa6316a28896.tar yuzu-6a5cf1473ee7fab4709008ee7b29fa6316a28896.tar.gz yuzu-6a5cf1473ee7fab4709008ee7b29fa6316a28896.tar.bz2 yuzu-6a5cf1473ee7fab4709008ee7b29fa6316a28896.tar.lz yuzu-6a5cf1473ee7fab4709008ee7b29fa6316a28896.tar.xz yuzu-6a5cf1473ee7fab4709008ee7b29fa6316a28896.tar.zst yuzu-6a5cf1473ee7fab4709008ee7b29fa6316a28896.zip |
Diffstat (limited to 'src/video_core/CMakeLists.txt')
-rw-r--r-- | src/video_core/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/video_core/CMakeLists.txt b/src/video_core/CMakeLists.txt index d23c53843..f00c71dae 100644 --- a/src/video_core/CMakeLists.txt +++ b/src/video_core/CMakeLists.txt @@ -1,6 +1,7 @@ add_library(video_core STATIC buffer_cache/buffer_block.h buffer_cache/buffer_cache.h + buffer_cache/map_interval.cpp buffer_cache/map_interval.h dirty_flags.cpp dirty_flags.h |