summaryrefslogtreecommitdiffstats
path: root/src/video_core/CMakeLists.txt
diff options
context:
space:
mode:
authorReinUsesLisp <reinuseslisp@airmail.cc>2018-12-24 05:23:00 +0100
committerReinUsesLisp <reinuseslisp@airmail.cc>2019-01-15 21:54:53 +0100
commita1b845b6514e135a5810b12c20261ec646216c28 (patch)
treeb5b5588952f72c7e1011d7064bb2082838ac466f /src/video_core/CMakeLists.txt
parentshader_decode: Implement HSET2 (diff)
downloadyuzu-a1b845b6514e135a5810b12c20261ec646216c28.tar
yuzu-a1b845b6514e135a5810b12c20261ec646216c28.tar.gz
yuzu-a1b845b6514e135a5810b12c20261ec646216c28.tar.bz2
yuzu-a1b845b6514e135a5810b12c20261ec646216c28.tar.lz
yuzu-a1b845b6514e135a5810b12c20261ec646216c28.tar.xz
yuzu-a1b845b6514e135a5810b12c20261ec646216c28.tar.zst
yuzu-a1b845b6514e135a5810b12c20261ec646216c28.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 b68f3273d..d767fe77d 100644
--- a/src/video_core/CMakeLists.txt
+++ b/src/video_core/CMakeLists.txt
@@ -79,6 +79,7 @@ add_library(video_core STATIC
shader/decode/float_set.cpp
shader/decode/integer_set.cpp
shader/decode/half_set.cpp
+ shader/decode/video.cpp
shader/decode/xmad.cpp
shader/decode/other.cpp
shader/decode.cpp