mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-14 10:58:00 -05:00
shader: Implement POPC
This commit is contained in:
@ -653,18 +653,6 @@ void TranslatorVisitor::PLONGJMP(u64) {
|
||||
ThrowNotImplemented(Opcode::PLONGJMP);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::POPC_reg(u64) {
|
||||
ThrowNotImplemented(Opcode::POPC_reg);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::POPC_cbuf(u64) {
|
||||
ThrowNotImplemented(Opcode::POPC_cbuf);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::POPC_imm(u64) {
|
||||
ThrowNotImplemented(Opcode::POPC_imm);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::PRET(u64) {
|
||||
ThrowNotImplemented(Opcode::PRET);
|
||||
}
|
||||
|
Reference in New Issue
Block a user