diff --git a/desmume/src/bios.cpp b/desmume/src/bios.cpp index 03891254f..3042bf253 100644 --- a/desmume/src/bios.cpp +++ b/desmume/src/bios.cpp @@ -251,10 +251,6 @@ TEMPLATE u32 intrWaitARM() intr ^= intrFlag; _MMU_write32(intrFlagAdr, intr); - //wait for an irq one last time. this is allegedly a bug. - cpu->waitIRQ = TRUE; - cpu->halt_IE_and_IF = TRUE; - cpu->intrWaitARM_state = 0; return 1; }