mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 11:36:13 +00:00
Update rpcs3/Emu/Cell/lv2/sys_usbd.cpp
Co-authored-by: Megamouse <studienricky89@googlemail.com>
This commit is contained in:
parent
1640ffedfc
commit
1162236725
1 changed files with 1 additions and 1 deletions
|
@ -613,7 +613,7 @@ void usb_handler_thread::operator()()
|
|||
// every 4 seconds.
|
||||
// On systems where hotplug is native, we wait a little bit for devices to settle before we start the scan
|
||||
perform_scan();
|
||||
usb_hotplug_timeout = hotplug_supported ? UINT64_MAX : get_system_time() + 4'000'000ull;
|
||||
usb_hotplug_timeout = hotplug_supported ? umax : get_system_time() + 4'000'000ull;
|
||||
}
|
||||
|
||||
// Process asynchronous requests that are pending
|
||||
|
|
Loading…
Add table
Reference in a new issue