summaryrefslogtreecommitdiffstats
path: root/src/video_core
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-09-07 01:19:43 +0200
committerGitHub <noreply@github.com>2018-09-07 01:19:43 +0200
commit9947c6ad59908d651501a6dd3404b00b953ca1da (patch)
treec41748d8b521c16a4aca3a769260229b9b62944d /src/video_core
parentMerge pull request #1253 from lioncash/explicit (diff)
parentvideo_core/CMakeLists: Add missing gl_buffer_cache.h (diff)
downloadyuzu-9947c6ad59908d651501a6dd3404b00b953ca1da.tar
yuzu-9947c6ad59908d651501a6dd3404b00b953ca1da.tar.gz
yuzu-9947c6ad59908d651501a6dd3404b00b953ca1da.tar.bz2
yuzu-9947c6ad59908d651501a6dd3404b00b953ca1da.tar.lz
yuzu-9947c6ad59908d651501a6dd3404b00b953ca1da.tar.xz
yuzu-9947c6ad59908d651501a6dd3404b00b953ca1da.tar.zst
yuzu-9947c6ad59908d651501a6dd3404b00b953ca1da.zip
Diffstat (limited to 'src/video_core')
-rw-r--r--src/video_core/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/video_core/CMakeLists.txt b/src/video_core/CMakeLists.txt
index 1982b76c4..65b5f57c3 100644
--- a/src/video_core/CMakeLists.txt
+++ b/src/video_core/CMakeLists.txt
@@ -23,6 +23,7 @@ add_library(video_core STATIC
renderer_base.cpp
renderer_base.h
renderer_opengl/gl_buffer_cache.cpp
+ renderer_opengl/gl_buffer_cache.h
renderer_opengl/gl_rasterizer.cpp
renderer_opengl/gl_rasterizer.h
renderer_opengl/gl_rasterizer_cache.cpp