fix gpu threading desync when exiting sleep mode

This commit is contained in:
Jaklyy 2024-08-14 16:29:43 -04:00
parent 5b986d3111
commit da2188c0b9
1 changed files with 0 additions and 1 deletions

View File

@ -1341,7 +1341,6 @@ void NDS::SetIRQ(u32 cpu, u32 irq)
{
CPUStop &= ~CPUStop_Sleep;
CPUStop |= CPUStop_Wakeup;
GPU.GPU3D.RestartFrame(GPU);
}
}
}