diff options
| author | 2019-08-16 16:25:02 -0400 | |
|---|---|---|
| committer | 2019-10-04 18:52:50 -0400 | |
| commit | 47e4f6a52c5eb34916e2c1f4c876e6e8624e3840 (patch) | |
| tree | 60ca95508197ceb868b004791caf81a042b22842 /src/common | |
| parent | gl_shader_decompiler: Implement AST decompiling (diff) | |
| download | yuzu-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.txt | 2 |
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" |