Browse Source

internal_stage_buffer_entry_read: Remove pragma optimize off

nce_cpp
lat9nq 5 years ago
committed by ameerj
parent
commit
f70707d435
  1. 2
      src/shader_recompiler/frontend/maxwell/translate/impl/internal_stage_buffer_entry_read.cpp

2
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 {

Loading…
Cancel
Save