Skip to content

Commit e8ef4be

Browse files
committed
GB: Partially revert 2b77841 (fixes mgba-emu#3667)
1 parent 3690a6d commit e8ef4be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gb/gb.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -970,7 +970,7 @@ void GBProcessEvents(struct SM83Core* cpu) {
970970
gb->timing.globalCycles += nextEvent;
971971
#endif
972972
nextEvent = mTimingTick(&gb->timing, nextEvent);
973-
} while (gb->cpuBlocked && !gb->earlyExit);
973+
} while (gb->cpuBlocked);
974974
// This loop cannot early exit until the SM83 run loop properly handles mid-M-cycle-exits
975975
cpu->nextEvent = nextEvent;
976976

0 commit comments

Comments
 (0)