This commit is contained in:
Jakly 2025-05-21 13:20:07 +02:00 committed by GitHub
commit 0afa92d48a
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);
}
}
}