Explorar o código

shader_decode: Stub DEPBAR

ReinUsesLisp %!s(int64=7) %!d(string=hai) anos
pai
achega
9118deb990
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      src/video_core/shader/decode/other.cpp

+ 4 - 0
src/video_core/shader/decode/other.cpp

@@ -88,6 +88,10 @@ u32 ShaderIR::DecodeOther(BasicBlock& bb, u32 pc) {
         SetRegister(bb, instr.gpr0, value);
         break;
     }
+    case OpCode::Id::DEPBAR: {
+        LOG_WARNING(HW_GPU, "DEPBAR instruction is stubbed");
+        break;
+    }
     default:
         UNIMPLEMENTED_MSG("Unhandled instruction: {}", opcode->get().GetName());
     }