mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-13 01:27:57 -05:00
shader: Implement HSETP2
This commit is contained in:
@ -181,18 +181,6 @@ void TranslatorVisitor::GETLMEMBASE(u64) {
|
||||
ThrowNotImplemented(Opcode::GETLMEMBASE);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::HSETP2_reg(u64) {
|
||||
ThrowNotImplemented(Opcode::HSETP2_reg);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::HSETP2_cbuf(u64) {
|
||||
ThrowNotImplemented(Opcode::HSETP2_cbuf);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::HSETP2_imm(u64) {
|
||||
ThrowNotImplemented(Opcode::HSETP2_imm);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::IDE(u64) {
|
||||
ThrowNotImplemented(Opcode::IDE);
|
||||
}
|
||||
|
Reference in New Issue
Block a user