Cleaning up

This commit is contained in:
Dmugetsu 2025-05-08 15:43:38 -06:00 committed by Dmugetsu
parent 33a0681ac8
commit a9b2715bd2

View File

@ -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;
} }