forked from eden-emu/eden
shader: Implement PSETP
This commit is contained in:
parent
ce9b116cfe
commit
c2155f04d4
4 changed files with 40 additions and 5 deletions
|
@ -593,10 +593,6 @@ void TranslatorVisitor::PRMT_imm(u64) {
|
|||
ThrowNotImplemented(Opcode::PRMT_imm);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::PSETP(u64) {
|
||||
ThrowNotImplemented(Opcode::PSETP);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::R2B(u64) {
|
||||
ThrowNotImplemented(Opcode::R2B);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue