소스 검색

internal_stage_buffer_entry_read: Remove pragma optimize off

lat9nq 5 년 전
부모
커밋
dd3432d357
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      src/shader_recompiler/frontend/maxwell/translate/impl/internal_stage_buffer_entry_read.cpp

+ 0 - 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 {