internal_stage_buffer_entry_read: Remove pragma optimize off
This commit is contained in:
parent
4b0172f6de
commit
dd3432d357
|
@ -6,8 +6,6 @@
|
||||||
#include "common/common_types.h"
|
#include "common/common_types.h"
|
||||||
#include "shader_recompiler/frontend/maxwell/translate/impl/impl.h"
|
#include "shader_recompiler/frontend/maxwell/translate/impl/impl.h"
|
||||||
|
|
||||||
#pragma optimize("", off)
|
|
||||||
|
|
||||||
namespace Shader::Maxwell {
|
namespace Shader::Maxwell {
|
||||||
namespace {
|
namespace {
|
||||||
enum class Mode : u64 {
|
enum class Mode : u64 {
|
||||||
|
|
Reference in New Issue