1
0
Fork 0
mirror of https://github.com/melonDS-emu/melonDS.git synced 2025-03-06 21:00:31 +01:00
This commit is contained in:
Jakly 2025-02-22 15:40:03 +01:00 committed by GitHub
commit c193fe8439
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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