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