shader: Implement TLDS

This commit is contained in:
FernandoS27 2021-03-27 01:45:20 +01:00 committed by ameerj
parent 8232c10ed1
commit 287d4a38de
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);
}