summaryrefslogtreecommitdiffstats
path: root/src/video_core/CMakeLists.txt
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-09-18 00:53:14 +0200
committerGitHub <noreply@github.com>2018-09-18 00:53:14 +0200
commitfafc80d72ec56b7e6f9b66e3f26a302bcf2396ac (patch)
treef68d54782cccc42986326a5091be60047f4d1185 /src/video_core/CMakeLists.txt
parentMerge pull request #1311 from FernandoS27/fast-swizzle (diff)
parentReplace old FragmentHeader for the new Header (diff)
downloadyuzu-fafc80d72ec56b7e6f9b66e3f26a302bcf2396ac.tar
yuzu-fafc80d72ec56b7e6f9b66e3f26a302bcf2396ac.tar.gz
yuzu-fafc80d72ec56b7e6f9b66e3f26a302bcf2396ac.tar.bz2
yuzu-fafc80d72ec56b7e6f9b66e3f26a302bcf2396ac.tar.lz
yuzu-fafc80d72ec56b7e6f9b66e3f26a302bcf2396ac.tar.xz
yuzu-fafc80d72ec56b7e6f9b66e3f26a302bcf2396ac.tar.zst
yuzu-fafc80d72ec56b7e6f9b66e3f26a302bcf2396ac.zip
Diffstat (limited to 'src/video_core/CMakeLists.txt')
-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 4a79ce39c..f5ae57039 100644
--- a/src/video_core/CMakeLists.txt
+++ b/src/video_core/CMakeLists.txt
@@ -14,6 +14,7 @@ add_library(video_core STATIC
engines/maxwell_dma.cpp
engines/maxwell_dma.h
engines/shader_bytecode.h
+ engines/shader_header.h
gpu.cpp
gpu.h
macro_interpreter.cpp