add p1 == 0 logic

This commit is contained in:
madeline
2026-04-07 22:15:19 -07:00
parent 7b4d9ce807
commit 1a27ea4ad9
@@ -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;
}
}