mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-13 01:37:56 -05:00
shader: SSA and dominance
This commit is contained in:
@ -762,7 +762,7 @@ void TranslatorVisitor::P2R_imm(u64) {
|
||||
ThrowNotImplemented(Opcode::P2R_imm);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::PBK(u64) {
|
||||
void TranslatorVisitor::PBK() {
|
||||
// PBK is a no-op
|
||||
}
|
||||
|
||||
@ -938,8 +938,8 @@ void TranslatorVisitor::SHR_imm(u64) {
|
||||
ThrowNotImplemented(Opcode::SHR_imm);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::SSY(u64) {
|
||||
ThrowNotImplemented(Opcode::SSY);
|
||||
void TranslatorVisitor::SSY() {
|
||||
// SSY is a no-op
|
||||
}
|
||||
|
||||
void TranslatorVisitor::ST(u64) {
|
||||
|
Reference in New Issue
Block a user