mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-13 20:38:26 -05:00
shader: Implement TLD
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user