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 17:11:14 +13:00 committed by GitHub
parent 8159ee9991
commit fe02f9e2a6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -526,7 +526,7 @@ usb_handler_thread::usb_handler_thread()
{
if (entry.max_device_count && entry.make_instance)
{
auto count = emulate_device_check[entry];
const int count = emulate_device_check[entry];
for (int i = count; i < entry.max_device_count(); i++)
{
sys_usbd.success("Emulating device: %s (%d)", std::basic_string(entry.device_name), i);