diff --git a/src/video_core/renderer_opengl/gl_shader_decompiler.cpp b/src/video_core/renderer_opengl/gl_shader_decompiler.cpp index 6233ee3585..c5c484e1d1 100644 --- a/src/video_core/renderer_opengl/gl_shader_decompiler.cpp +++ b/src/video_core/renderer_opengl/gl_shader_decompiler.cpp @@ -336,7 +336,7 @@ private: NGLOG_CRITICAL(HW_GPU, "Unhandled arithmetic instruction: {} ({}): {}", static_cast(instr.opcode.EffectiveOpCode()), OpCode::GetInfo(instr.opcode).name, instr.hex); - UNREACHABLE(); + // UNREACHABLE(); } } break; @@ -433,7 +433,7 @@ private: NGLOG_CRITICAL(HW_GPU, "Unhandled instruction: {} ({}): {}", static_cast(instr.opcode.EffectiveOpCode()), OpCode::GetInfo(instr.opcode).name, instr.hex); - UNREACHABLE(); + // UNREACHABLE(); } }