shader: Implement TMML partially

This commit is contained in:
FernandoS27 2021-03-28 21:25:08 +02:00 committed by ameerj
parent 56c8c42cf8
commit d523cd563c
6 changed files with 137 additions and 13 deletions

View file

@ -313,14 +313,6 @@ void TranslatorVisitor::SYNC(u64) {
ThrowNotImplemented(Opcode::SYNC);
}
void TranslatorVisitor::TMML(u64) {
ThrowNotImplemented(Opcode::TMML);
}
void TranslatorVisitor::TMML_b(u64) {
ThrowNotImplemented(Opcode::TMML_b);
}
void TranslatorVisitor::TXA(u64) {
ThrowNotImplemented(Opcode::TXA);
}