diff options
| author | 2021-04-21 00:35:47 -0300 | |
|---|---|---|
| committer | 2021-07-22 21:51:28 -0400 | |
| commit | 050e81500c002f304d581f28700de549b828a2bc (patch) | |
| tree | 906868122c08a0771987e6953c096476c0ebc277 /src/shader_recompiler/frontend/ir/value.cpp | |
| parent | shader: Move siblings check to a separate function and comment them out (diff) | |
| download | yuzu-050e81500c002f304d581f28700de549b828a2bc.tar.gz yuzu-050e81500c002f304d581f28700de549b828a2bc.tar.xz yuzu-050e81500c002f304d581f28700de549b828a2bc.zip | |
shader: Move microinstruction header to the value header
Diffstat (limited to 'src/shader_recompiler/frontend/ir/value.cpp')
| -rw-r--r-- | src/shader_recompiler/frontend/ir/value.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/shader_recompiler/frontend/ir/value.cpp b/src/shader_recompiler/frontend/ir/value.cpp index bf5f8c0c2..a8a919e0e 100644 --- a/src/shader_recompiler/frontend/ir/value.cpp +++ b/src/shader_recompiler/frontend/ir/value.cpp | |||
| @@ -2,7 +2,6 @@ | |||
| 2 | // Licensed under GPLv2 or any later version | 2 | // Licensed under GPLv2 or any later version |
| 3 | // Refer to the license.txt file included. | 3 | // Refer to the license.txt file included. |
| 4 | 4 | ||
| 5 | #include "shader_recompiler/frontend/ir/microinstruction.h" | ||
| 6 | #include "shader_recompiler/frontend/ir/opcodes.h" | 5 | #include "shader_recompiler/frontend/ir/opcodes.h" |
| 7 | #include "shader_recompiler/frontend/ir/value.h" | 6 | #include "shader_recompiler/frontend/ir/value.h" |
| 8 | 7 | ||