mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-08-15 23:09:09 +00:00
Update rpcs3/Emu/Cell/lv2/sys_usbd.cpp
Co-authored-by: Megamouse <studienricky89@googlemail.com>
This commit is contained in:
parent
47c45c0380
commit
1640ffedfc
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ public:
|
|||
shared_mutex mutex_sq;
|
||||
ppu_thread* sq{};
|
||||
|
||||
atomic_t<u64> usb_hotplug_timeout = UINT64_MAX;
|
||||
atomic_t<u64> usb_hotplug_timeout = umax;
|
||||
|
||||
static constexpr auto thread_name = "Usb Manager Thread"sv;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue