mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 22:15:46 +00:00
shader: Implement TLDS
This commit is contained in:
parent
8232c10ed1
commit
287d4a38de
3 changed files with 253 additions and 4 deletions
|
@ -313,10 +313,6 @@ void TranslatorVisitor::SYNC(u64) {
|
|||
ThrowNotImplemented(Opcode::SYNC);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::TLDS(u64) {
|
||||
ThrowNotImplemented(Opcode::TLDS);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::TMML(u64) {
|
||||
ThrowNotImplemented(Opcode::TMML);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue