summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorGravatar Fernando Sahmkow2019-08-16 16:25:02 -0400
committerGravatar FernandoS272019-10-04 18:52:50 -0400
commit47e4f6a52c5eb34916e2c1f4c876e6e8624e3840 (patch)
tree60ca95508197ceb868b004791caf81a042b22842 /src/common
parentgl_shader_decompiler: Implement AST decompiling (diff)
downloadyuzu-47e4f6a52c5eb34916e2c1f4c876e6e8624e3840.tar.gz
yuzu-47e4f6a52c5eb34916e2c1f4c876e6e8624e3840.tar.xz
yuzu-47e4f6a52c5eb34916e2c1f4c876e6e8624e3840.zip
Shader_Ir: Refactor Decompilation process and allow multiple decompilation modes.
Diffstat (limited to 'src/common')
-rw-r--r--src/common/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt
index afc5ff736..0ed96c0d4 100644
--- a/src/common/CMakeLists.txt
+++ b/src/common/CMakeLists.txt
@@ -64,6 +64,8 @@ add_custom_command(OUTPUT scm_rev.cpp
64 "${VIDEO_CORE}/shader/ast.h" 64 "${VIDEO_CORE}/shader/ast.h"
65 "${VIDEO_CORE}/shader/control_flow.cpp" 65 "${VIDEO_CORE}/shader/control_flow.cpp"
66 "${VIDEO_CORE}/shader/control_flow.h" 66 "${VIDEO_CORE}/shader/control_flow.h"
67 "${VIDEO_CORE}/shader/compiler_settings.cpp"
68 "${VIDEO_CORE}/shader/compiler_settings.h"
67 "${VIDEO_CORE}/shader/decode.cpp" 69 "${VIDEO_CORE}/shader/decode.cpp"
68 "${VIDEO_CORE}/shader/expr.cpp" 70 "${VIDEO_CORE}/shader/expr.cpp"
69 "${VIDEO_CORE}/shader/expr.h" 71 "${VIDEO_CORE}/shader/expr.h"