Removed an excess timer_process() call from src/game/joystick_sw_pad.c.

This commit is contained in:
OBattler 2024-07-24 05:36:44 +02:00
parent 30c1ed9d4a
commit ad9009bfe9

View file

@ -173,8 +173,6 @@ sw_write(void *priv)
if (!JOYSTICK_PRESENT(0))
return;
timer_process();
if (!sw->poll_left) {
sw->poll_clock = 1;
timer_set_delay_u64(&sw->poll_timer, TIMER_USEC * 50);