shader: Implement TMML partially
This commit is contained in:
parent
613b48c4a2
commit
be3e94ae55
6 changed files with 137 additions and 13 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue