[JITARM] Fixes an issue in the slowmem path that causes grey THP movies, and issues of games not working like Mario Kart being incapable of getting ingame. This was due to me forgetting an instruction.

This commit is contained in:
Ryan Houdek 2014-02-04 13:44:26 -06:00
parent 5df958fe23
commit 57f86f7f52

View File

@ -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);