diff options
| author | 2019-10-05 21:52:20 +1000 | |
|---|---|---|
| committer | 2019-10-05 21:52:20 +1000 | |
| commit | 3728bbc22a9224ff75fff22487a47bcaaf6ac2be (patch) | |
| tree | 80809634787307002bf9e07b710a4aa968019f26 /CMakeModules/GenerateSCMRev.cmake | |
| parent | Merge pull request #2917 from FernandoS27/fermi-deduction-2 (diff) | |
| parent | Shader_ir: Address feedback (diff) | |
| download | yuzu-3728bbc22a9224ff75fff22487a47bcaaf6ac2be.tar.gz yuzu-3728bbc22a9224ff75fff22487a47bcaaf6ac2be.tar.xz yuzu-3728bbc22a9224ff75fff22487a47bcaaf6ac2be.zip | |
Merge pull request #2888 from FernandoS27/decompiler2
Shader_IR: Implement a full control flow decompiler for the shader IR.
Diffstat (limited to 'CMakeModules/GenerateSCMRev.cmake')
| -rw-r--r-- | CMakeModules/GenerateSCMRev.cmake | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CMakeModules/GenerateSCMRev.cmake b/CMakeModules/GenerateSCMRev.cmake index a1ace89cb..09eabe2c7 100644 --- a/CMakeModules/GenerateSCMRev.cmake +++ b/CMakeModules/GenerateSCMRev.cmake | |||
| @@ -83,9 +83,15 @@ set(HASH_FILES | |||
| 83 | "${VIDEO_CORE}/shader/decode/video.cpp" | 83 | "${VIDEO_CORE}/shader/decode/video.cpp" |
| 84 | "${VIDEO_CORE}/shader/decode/warp.cpp" | 84 | "${VIDEO_CORE}/shader/decode/warp.cpp" |
| 85 | "${VIDEO_CORE}/shader/decode/xmad.cpp" | 85 | "${VIDEO_CORE}/shader/decode/xmad.cpp" |
| 86 | "${VIDEO_CORE}/shader/ast.cpp" | ||
| 87 | "${VIDEO_CORE}/shader/ast.h" | ||
| 86 | "${VIDEO_CORE}/shader/control_flow.cpp" | 88 | "${VIDEO_CORE}/shader/control_flow.cpp" |
| 87 | "${VIDEO_CORE}/shader/control_flow.h" | 89 | "${VIDEO_CORE}/shader/control_flow.h" |
| 90 | "${VIDEO_CORE}/shader/compiler_settings.cpp" | ||
| 91 | "${VIDEO_CORE}/shader/compiler_settings.h" | ||
| 88 | "${VIDEO_CORE}/shader/decode.cpp" | 92 | "${VIDEO_CORE}/shader/decode.cpp" |
| 93 | "${VIDEO_CORE}/shader/expr.cpp" | ||
| 94 | "${VIDEO_CORE}/shader/expr.h" | ||
| 89 | "${VIDEO_CORE}/shader/node.h" | 95 | "${VIDEO_CORE}/shader/node.h" |
| 90 | "${VIDEO_CORE}/shader/node_helper.cpp" | 96 | "${VIDEO_CORE}/shader/node_helper.cpp" |
| 91 | "${VIDEO_CORE}/shader/node_helper.h" | 97 | "${VIDEO_CORE}/shader/node_helper.h" |