shader: Implement TLDS

This commit is contained in:
FernandoS27
2021-03-27 01:45:20 +01:00
committed by ameerj
parent dc1a9a3bed
commit 2c276ec6eb
3 changed files with 253 additions and 4 deletions

View File

@ -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);
}