mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-25 03:25:17 +00:00
Reduce USBD Log Spamming (#2019)
This commit is contained in:
parent
55b50171f8
commit
b87bca2e46
@ -215,7 +215,7 @@ int PS4_SYSV_ABI sceUsbdHandleEventsLocked() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
int PS4_SYSV_ABI sceUsbdHandleEventsTimeout() {
|
int PS4_SYSV_ABI sceUsbdHandleEventsTimeout() {
|
||||||
LOG_ERROR(Lib_Usbd, "(STUBBED)called");
|
LOG_DEBUG(Lib_Usbd, "(STUBBED) called");
|
||||||
return ORBIS_OK;
|
return ORBIS_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user