diff options
| author | 2021-02-14 20:15:42 -0300 | |
|---|---|---|
| committer | 2021-07-22 21:51:22 -0400 | |
| commit | cbfb7d182a4e90e4e263696d1fca35e47d3eabb4 (patch) | |
| tree | a8d384aa0daefdfafd9b61330e06b1cf7ac40ea6 /src/shader_recompiler/CMakeLists.txt | |
| parent | shader: Misc fixes (diff) | |
| download | yuzu-cbfb7d182a4e90e4e263696d1fca35e47d3eabb4.tar.gz yuzu-cbfb7d182a4e90e4e263696d1fca35e47d3eabb4.tar.xz yuzu-cbfb7d182a4e90e4e263696d1fca35e47d3eabb4.zip | |
shader: Support SSA loops on IR
Diffstat (limited to 'src/shader_recompiler/CMakeLists.txt')
| -rw-r--r-- | src/shader_recompiler/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/shader_recompiler/CMakeLists.txt b/src/shader_recompiler/CMakeLists.txt index 27fc79e21..e1f4276a1 100644 --- a/src/shader_recompiler/CMakeLists.txt +++ b/src/shader_recompiler/CMakeLists.txt | |||
| @@ -32,6 +32,8 @@ add_executable(shader_recompiler | |||
| 32 | frontend/ir/opcodes.cpp | 32 | frontend/ir/opcodes.cpp |
| 33 | frontend/ir/opcodes.h | 33 | frontend/ir/opcodes.h |
| 34 | frontend/ir/opcodes.inc | 34 | frontend/ir/opcodes.inc |
| 35 | frontend/ir/post_order.cpp | ||
| 36 | frontend/ir/post_order.h | ||
| 35 | frontend/ir/pred.h | 37 | frontend/ir/pred.h |
| 36 | frontend/ir/program.cpp | 38 | frontend/ir/program.cpp |
| 37 | frontend/ir/program.h | 39 | frontend/ir/program.h |