mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-10 21:44:28 +00:00
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)
|
if (single)
|
||||||
{
|
{
|
||||||
MOVI2R(rA, (u32)&Memory::Write_U32);
|
MOVI2R(rA, (u32)&Memory::Write_U32);
|
||||||
|
VCVT(S0, v0, 0);
|
||||||
VMOV(R0, S0);
|
VMOV(R0, S0);
|
||||||
MOV(R1, rB);
|
MOV(R1, rB);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user