mirror of
https://github.com/dborth/snes9xgx.git
synced 2025-01-24 09:01:13 +01:00
This commit is contained in:
parent
3980a90769
commit
7887ba0b85
@ -209,7 +209,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