mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2024-11-05 13:39:58 +00:00
internal_stage_buffer_entry_read: Remove pragma optimize off
This commit is contained in:
parent
4b0172f6de
commit
dd3432d357
1 changed files with 0 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue