Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #31 from Sonicadvance1/slowmemfix
[JITARM] Fixes an issue in the slowmem path that causes grey THP movies,...
  • Loading branch information
Sonicadvance1 committed Feb 4, 2014
2 parents 158de30 + 57f86f7 commit 0008943
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -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);

Expand Down

0 comments on commit 0008943

Please sign in to comment.