diff options
author | lat9nq <22451773+lat9nq@users.noreply.github.com> | 2021-04-12 05:11:24 +0200 |
---|---|---|
committer | ameerj <52414509+ameerj@users.noreply.github.com> | 2021-07-23 03:51:27 +0200 |
commit | dd3432d357ce0bdf8bb295094c89bf659c939259 (patch) | |
tree | 91fa8461320edf2174d0bdd10fb1fccbfde1dc03 /src/shader_recompiler/frontend/maxwell/translate | |
parent | shader: Stub SR_INVOCATION_INFO (diff) | |
download | yuzu-dd3432d357ce0bdf8bb295094c89bf659c939259.tar yuzu-dd3432d357ce0bdf8bb295094c89bf659c939259.tar.gz yuzu-dd3432d357ce0bdf8bb295094c89bf659c939259.tar.bz2 yuzu-dd3432d357ce0bdf8bb295094c89bf659c939259.tar.lz yuzu-dd3432d357ce0bdf8bb295094c89bf659c939259.tar.xz yuzu-dd3432d357ce0bdf8bb295094c89bf659c939259.tar.zst yuzu-dd3432d357ce0bdf8bb295094c89bf659c939259.zip |
Diffstat (limited to '')
-rw-r--r-- | src/shader_recompiler/frontend/maxwell/translate/impl/internal_stage_buffer_entry_read.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/shader_recompiler/frontend/maxwell/translate/impl/internal_stage_buffer_entry_read.cpp b/src/shader_recompiler/frontend/maxwell/translate/impl/internal_stage_buffer_entry_read.cpp index 8c01b7d30..edd6220a8 100644 --- a/src/shader_recompiler/frontend/maxwell/translate/impl/internal_stage_buffer_entry_read.cpp +++ b/src/shader_recompiler/frontend/maxwell/translate/impl/internal_stage_buffer_entry_read.cpp @@ -6,8 +6,6 @@ #include "common/common_types.h" #include "shader_recompiler/frontend/maxwell/translate/impl/impl.h" -#pragma optimize("", off) - namespace Shader::Maxwell { namespace { enum class Mode : u64 { |