shader: Implement TMML partially

This commit is contained in:
FernandoS27
2021-03-28 21:25:08 +02:00
committed by ameerj
parent 613b48c4a2
commit be3e94ae55
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);
}