shader: Implement HSET2

This commit is contained in:
FernandoS27 2021-03-21 03:48:40 +01:00 committed by ameerj
parent ed6cd3c94a
commit 9e213fd861
5 changed files with 119 additions and 14 deletions

View file

@ -181,18 +181,6 @@ void TranslatorVisitor::GETLMEMBASE(u64) {
ThrowNotImplemented(Opcode::GETLMEMBASE);
}
void TranslatorVisitor::HSET2_reg(u64) {
ThrowNotImplemented(Opcode::HSET2_reg);
}
void TranslatorVisitor::HSET2_cbuf(u64) {
ThrowNotImplemented(Opcode::HSET2_cbuf);
}
void TranslatorVisitor::HSET2_imm(u64) {
ThrowNotImplemented(Opcode::HSET2_imm);
}
void TranslatorVisitor::HSETP2_reg(u64) {
ThrowNotImplemented(Opcode::HSETP2_reg);
}