mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-03-06 21:00:31 +01:00
fix gpu threading desync when exiting sleep mode
This commit is contained in:
parent
5b986d3111
commit
da2188c0b9
1 changed files with 0 additions and 1 deletions
|
@ -1341,7 +1341,6 @@ void NDS::SetIRQ(u32 cpu, u32 irq)
|
|||
{
|
||||
CPUStop &= ~CPUStop_Sleep;
|
||||
CPUStop |= CPUStop_Wakeup;
|
||||
GPU.GPU3D.RestartFrame(GPU);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue