mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2024-11-19 03:17:34 +01:00
shader_decode: Stub DEPBAR
This commit is contained in:
parent
97f33f00cf
commit
9118deb990
@ -88,6 +88,10 @@ u32 ShaderIR::DecodeOther(BasicBlock& bb, u32 pc) {
|
|||||||
SetRegister(bb, instr.gpr0, value);
|
SetRegister(bb, instr.gpr0, value);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
case OpCode::Id::DEPBAR: {
|
||||||
|
LOG_WARNING(HW_GPU, "DEPBAR instruction is stubbed");
|
||||||
|
break;
|
||||||
|
}
|
||||||
default:
|
default:
|
||||||
UNIMPLEMENTED_MSG("Unhandled instruction: {}", opcode->get().GetName());
|
UNIMPLEMENTED_MSG("Unhandled instruction: {}", opcode->get().GetName());
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user