mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 22:15:46 +00:00
shader: Implement FSWZADD
This commit is contained in:
parent
bf9d512e17
commit
d5d6d4ce74
14 changed files with 87 additions and 4 deletions
|
@ -89,10 +89,6 @@ void TranslatorVisitor::FCHK_imm(u64) {
|
|||
ThrowNotImplemented(Opcode::FCHK_imm);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::FSWZADD(u64) {
|
||||
ThrowNotImplemented(Opcode::FSWZADD);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::GETCRSPTR(u64) {
|
||||
ThrowNotImplemented(Opcode::GETCRSPTR);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue