Explorar o código

gl_shader_decompiler: Skip RRO instruction.

bunnei %!s(int64=8) %!d(string=hai) anos
pai
achega
d08fd7e86d
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      src/video_core/renderer_opengl/gl_shader_decompiler.cpp

+ 4 - 0
src/video_core/renderer_opengl/gl_shader_decompiler.cpp

@@ -431,6 +431,10 @@ private:
                 }
                 break;
             }
+            case OpCode::Id::RRO: {
+                NGLOG_DEBUG(HW_GPU, "Skipping RRO instruction");
+                break;
+            }
             default: {
                 NGLOG_CRITICAL(HW_GPU, "Unhandled arithmetic instruction: {}", opcode->GetName());
                 UNREACHABLE();