mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-14 10:48:02 -05:00
shader: Implement TXD
This commit is contained in:
@ -317,14 +317,6 @@ void TranslatorVisitor::TXA(u64) {
|
||||
ThrowNotImplemented(Opcode::TXA);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::TXD(u64) {
|
||||
ThrowNotImplemented(Opcode::TXD);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::TXD_b(u64) {
|
||||
ThrowNotImplemented(Opcode::TXD_b);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::VABSDIFF(u64) {
|
||||
ThrowNotImplemented(Opcode::VABSDIFF);
|
||||
}
|
||||
|
Reference in New Issue
Block a user