This commit is contained in:
Jakly 2025-04-14 02:06:06 +00:00 committed by GitHub
commit 08ed218dc9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

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