mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 22:15:46 +00:00
shader: Implement HSETP2
This commit is contained in:
parent
cabcf177a9
commit
57597e37ee
3 changed files with 117 additions and 12 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue