mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-26 23:59:54 -06: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:
@ -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);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user