diff options
| author | 2019-05-22 17:08:50 -0400 | |
|---|---|---|
| committer | 2019-05-22 17:08:50 -0400 | |
| commit | 195b54602f1804f1f406cd5c82aa5b01179dfebd (patch) | |
| tree | dbdb5b14ea215d2726c5b8fa9aaaa66e69e6fa21 /src | |
| parent | renderer_opengl/gl_shader_decompiler: Remove redundant name specification in ... (diff) | |
| download | yuzu-195b54602f1804f1f406cd5c82aa5b01179dfebd.tar.gz yuzu-195b54602f1804f1f406cd5c82aa5b01179dfebd.tar.xz yuzu-195b54602f1804f1f406cd5c82aa5b01179dfebd.zip | |
shader/decode/memory: Remove left in debug pragma
Diffstat (limited to 'src')
| -rw-r--r-- | src/video_core/shader/decode/memory.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/video_core/shader/decode/memory.cpp b/src/video_core/shader/decode/memory.cpp index 6a992c543..165c2b41b 100644 --- a/src/video_core/shader/decode/memory.cpp +++ b/src/video_core/shader/decode/memory.cpp | |||
| @@ -12,8 +12,6 @@ | |||
| 12 | #include "video_core/engines/shader_bytecode.h" | 12 | #include "video_core/engines/shader_bytecode.h" |
| 13 | #include "video_core/shader/shader_ir.h" | 13 | #include "video_core/shader/shader_ir.h" |
| 14 | 14 | ||
| 15 | #pragma optimize("", off) | ||
| 16 | |||
| 17 | namespace VideoCommon::Shader { | 15 | namespace VideoCommon::Shader { |
| 18 | 16 | ||
| 19 | using Tegra::Shader::Attribute; | 17 | using Tegra::Shader::Attribute; |