shader: Implement TXD

This commit is contained in:
FernandoS27
2021-03-29 02:52:52 +02:00
committed by ameerj
parent d5bfc63088
commit 630273b629
4 changed files with 183 additions and 10 deletions

View File

@ -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);
}