mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-13 21:07:57 -05:00
shader: Implement R2P
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user