mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-07-03 01:20:47 -07: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