mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-03 23:56:21 +00:00
Reduce USBD Log Spamming (#2019)
This commit is contained in:
parent
55b50171f8
commit
b87bca2e46
1 changed files with 65 additions and 65 deletions
|
@ -215,7 +215,7 @@ int PS4_SYSV_ABI sceUsbdHandleEventsLocked() {
|
|||
}
|
||||
|
||||
int PS4_SYSV_ABI sceUsbdHandleEventsTimeout() {
|
||||
LOG_ERROR(Lib_Usbd, "(STUBBED)called");
|
||||
LOG_DEBUG(Lib_Usbd, "(STUBBED) called");
|
||||
return ORBIS_OK;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue