diff --git a/rpcs3/Emu/Cell/lv2/sys_usbd.cpp b/rpcs3/Emu/Cell/lv2/sys_usbd.cpp index 26409e9c95..6c006e43c6 100644 --- a/rpcs3/Emu/Cell/lv2/sys_usbd.cpp +++ b/rpcs3/Emu/Cell/lv2/sys_usbd.cpp @@ -1033,7 +1033,7 @@ void handle_hotplug_event(bool connected) { if (auto usbh = g_fxo->try_get>()) { - usbh->usb_hotplug_timeout = get_system_time() + (connected ? 500'000ull : 0); + usbh->usb_hotplug_timeout = get_system_time() + (connected ? 1'000'000ull : 0); } }