shader_decode: Implement VMAD and VSETP

This commit is contained in:
ReinUsesLisp
2018-12-24 01:23:00 -03:00
parent b11e0b94c7
commit a1b845b651
5 changed files with 129 additions and 2 deletions

View File

@ -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