mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-13 01:37:56 -05:00
shader: Rename, implement FADD.SAT and P2R (imm)
This commit is contained in:
@ -633,18 +633,6 @@ void TranslatorVisitor::OUT_imm(u64) {
|
||||
ThrowNotImplemented(Opcode::OUT_imm);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::P2R_reg(u64) {
|
||||
ThrowNotImplemented(Opcode::P2R_reg);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::P2R_cbuf(u64) {
|
||||
ThrowNotImplemented(Opcode::P2R_cbuf);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::P2R_imm(u64) {
|
||||
ThrowNotImplemented(Opcode::P2R_imm);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::PBK() {
|
||||
// PBK is a no-op
|
||||
}
|
||||
|
Reference in New Issue
Block a user