add p1 == 0 logic

This commit is contained in:
madeline
2026-04-07 22:15:19 -07:00
parent 85bebac4ec
commit c2c5107561
@@ -377,6 +377,7 @@ static void waitForTick(u32 p1, u16 p2) {
msg = 0;
}
} while (((intptr_t)msg - (intptr_t)nextCount) < 0);
dusk::frameUsagePct = 100.0f;
nextCount = (intptr_t)msg + uVar1;
}
}