diff options
| author | 2021-05-25 18:58:52 -0300 | |
|---|---|---|
| committer | 2021-07-22 21:51:33 -0400 | |
| commit | a49532c8eb29807814214ab326ff970f5a964a03 (patch) | |
| tree | 9de6e5b974641d7ee9a94235299325dc31eed186 /src/shader_recompiler/frontend/ir/patch.cpp | |
| parent | gl_shader_cache: Rename Program abstractions into Pipeline (diff) | |
| download | yuzu-a49532c8eb29807814214ab326ff970f5a964a03.tar.gz yuzu-a49532c8eb29807814214ab326ff970f5a964a03.tar.xz yuzu-a49532c8eb29807814214ab326ff970f5a964a03.zip | |
video_core,shader: Clang-format fixes
Diffstat (limited to 'src/shader_recompiler/frontend/ir/patch.cpp')
| -rw-r--r-- | src/shader_recompiler/frontend/ir/patch.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shader_recompiler/frontend/ir/patch.cpp b/src/shader_recompiler/frontend/ir/patch.cpp index 1f770bc48..4c956a970 100644 --- a/src/shader_recompiler/frontend/ir/patch.cpp +++ b/src/shader_recompiler/frontend/ir/patch.cpp | |||
| @@ -2,8 +2,8 @@ | |||
| 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/patch.h" | ||
| 6 | #include "shader_recompiler/exception.h" | 5 | #include "shader_recompiler/exception.h" |
| 6 | #include "shader_recompiler/frontend/ir/patch.h" | ||
| 7 | 7 | ||
| 8 | namespace Shader::IR { | 8 | namespace Shader::IR { |
| 9 | 9 | ||