See why PSP fails on ubuntu vm

This commit is contained in:
2026-01-28 11:33:12 -06:00
parent 9ed902017c
commit 6af570fab2
4 changed files with 9 additions and 7 deletions

View File

@@ -98,7 +98,9 @@ void inputUpdate(void) {
} while(cur->name);
// Do we need to fire off events?
if(TIME.dynamicUpdate) return;
#if TIME_FIXED == 0
if(TIME.dynamicUpdate) return;
#endif
if(INPUT.eventPressed.listenerCount > 0) {
action = &INPUT.actions[0];