mirror of
https://github.com/dekuNukem/USB4VC.git
synced 2025-10-31 11:26:46 -07:00
minor wording change
This commit is contained in:
@@ -476,6 +476,8 @@ def raw_input_event_worker():
|
||||
joystick_hold_update()
|
||||
next_gamepad_hold_check = now + gamepad_hold_check_interval
|
||||
|
||||
# give other threads some breathing room if
|
||||
# no USB input events
|
||||
if now - last_usb_event > 1:
|
||||
time.sleep(0.005)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user