mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-31 18:32:43 +00:00
JitArm64: fix stfsux
This commit is contained in:
parent
9ca177354a
commit
b7c4886d66
@ -230,6 +230,7 @@ void JitArm64::stfXX(UGeckoInstruction inst)
|
||||
break;
|
||||
case 695: // stfsux
|
||||
flags |= BackPatchInfo::FLAG_SIZE_F32;
|
||||
update = true;
|
||||
offset_reg = b;
|
||||
break;
|
||||
case 727: // stfdx
|
||||
|
Loading…
x
Reference in New Issue
Block a user