Merge pull request #31 from Sonicadvance1/slowmemfix
[JITARM] Fixes an issue in the slowmem path that causes grey THP movies,...
This commit is contained in:
commit
00089433a6
|
@ -329,6 +329,7 @@ void JitArm::stfXX(UGeckoInstruction inst)
|
|||
if (single)
|
||||
{
|
||||
MOVI2R(rA, (u32)&Memory::Write_U32);
|
||||
VCVT(S0, v0, 0);
|
||||
VMOV(R0, S0);
|
||||
MOV(R1, rB);
|
||||
|
||||
|
|
Loading…
Reference in New Issue