mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-27 04:25:12 +00:00
Cleaning up
This commit is contained in:
parent
33a0681ac8
commit
a9b2715bd2
@ -51,7 +51,6 @@ s64 PS4_SYSV_ABI sceUsbdGetDeviceList(SceUsbdDevice*** list) {
|
|||||||
|
|
||||||
if (count != device_count) {
|
if (count != device_count) {
|
||||||
LOG_INFO(Lib_Usbd, "Found {} USB devices", count);
|
LOG_INFO(Lib_Usbd, "Found {} USB devices", count);
|
||||||
device_count = count;
|
|
||||||
}
|
}
|
||||||
return ORBIS_FAIL;
|
return ORBIS_FAIL;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user