We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa4a97e commit e6dd463Copy full SHA for e6dd463
src/gba/gba.c
@@ -343,7 +343,6 @@ static void GBAProcessEvents(struct ARMCore* cpu) {
343
#ifdef ENABLE_DEBUGGERS
344
gba->timing.globalCycles += cycles < nextEvent ? nextEvent : cycles;
345
#endif
346
- mASSERT_DEBUG_LOG(GBA, cycles >= 0, "Negative cycles passed: %i", cycles);
347
nextEvent = mTimingTick(&gba->timing, cycles < nextEvent ? nextEvent : cycles);
348
} while (gba->cpuBlocked && !gba->earlyExit);
349
0 commit comments