mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-14 10:58:00 -05:00
shader: Implement FSWZADD
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user