Update rpcs3/Emu/Cell/lv2/sys_usbd.cpp

Co-authored-by: Megamouse <studienricky89@googlemail.com>
This commit is contained in:
Sanjay Govind 2025-01-24 10:29:27 +13:00 committed by GitHub
commit 1640ffedfc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -145,7 +145,7 @@ public:
shared_mutex mutex_sq; shared_mutex mutex_sq;
ppu_thread* 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; static constexpr auto thread_name = "Usb Manager Thread"sv;