mirror of
https://github.com/dborth/fceugx.git
synced 2025-01-09 15:19:26 +01:00
This commit is contained in:
parent
1b6269ad63
commit
61c1ec7c3f
@ -198,7 +198,7 @@ UpdatePads()
|
||||
|
||||
now = gettime();
|
||||
|
||||
if(!padsConnected && diff_usec(prev, now) < 2000000)
|
||||
if(!padsConnected && diff_sec(prev, now) < 2)
|
||||
return;
|
||||
|
||||
prev = now;
|
||||
|
Loading…
x
Reference in New Issue
Block a user