mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2024-11-14 13:27:41 -07:00
fix gpu threading desync when exiting sleep mode
This commit is contained in:
parent
5b986d3111
commit
da2188c0b9
@ -1341,7 +1341,6 @@ void NDS::SetIRQ(u32 cpu, u32 irq)
|
||||
{
|
||||
CPUStop &= ~CPUStop_Sleep;
|
||||
CPUStop |= CPUStop_Wakeup;
|
||||
GPU.GPU3D.RestartFrame(GPU);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user