Skip to content
Snippets Groups Projects
Commit 9118deb9 authored by ReinUsesLisp's avatar ReinUsesLisp
Browse files

shader_decode: Stub DEPBAR

parent 97f33f00
No related branches found
No related tags found
No related merge requests found
......@@ -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());
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment