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