forked from eden-emu/eden
shader: Implement R2P
This commit is contained in:
parent
924f0a9149
commit
7d6ba5b984
8 changed files with 88 additions and 15 deletions
|
@ -513,18 +513,6 @@ void TranslatorVisitor::R2B(u64) {
|
|||
ThrowNotImplemented(Opcode::R2B);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::R2P_reg(u64) {
|
||||
ThrowNotImplemented(Opcode::R2P_reg);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::R2P_cbuf(u64) {
|
||||
ThrowNotImplemented(Opcode::R2P_cbuf);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::R2P_imm(u64) {
|
||||
ThrowNotImplemented(Opcode::R2P_imm);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::RAM(u64) {
|
||||
ThrowNotImplemented(Opcode::RAM);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue