mirror of
https://github.com/86Box/86Box.git
synced 2025-01-22 17:22:25 -05:00
Removed an excess timer_process() call from src/game/joystick_sw_pad.c.
This commit is contained in:
parent
30c1ed9d4a
commit
ad9009bfe9
1 changed files with 0 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue