mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 19:45:20 +00:00
Update rpcs3/Emu/Cell/lv2/sys_usbd.cpp
Co-authored-by: Megamouse <studienricky89@googlemail.com>
This commit is contained in:
parent
8159ee9991
commit
fe02f9e2a6
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue