mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-13 01:37:56 -05:00
shader: Implement LOP32I
This commit is contained in:
@ -357,10 +357,6 @@ void TranslatorVisitor::LONGJMP(u64) {
|
||||
ThrowNotImplemented(Opcode::LONGJMP);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::LOP32I(u64) {
|
||||
ThrowNotImplemented(Opcode::LOP32I);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::MEMBAR(u64) {
|
||||
ThrowNotImplemented(Opcode::MEMBAR);
|
||||
}
|
||||
|
Reference in New Issue
Block a user