mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 22:15:46 +00:00
shader: Implement TMML partially
This commit is contained in:
parent
56c8c42cf8
commit
d523cd563c
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