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