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