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:
Ryan Houdek 2014-02-04 12:55:43 -08:00
commit 00089433a6
1 changed files with 1 additions and 0 deletions

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