mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-01-15 19:35:26 +00:00
Reduce USBD Log Spamming (#2019)
This commit is contained in:
parent
55b50171f8
commit
b87bca2e46
|
@ -10,327 +10,327 @@
|
||||||
namespace Libraries::Usbd {
|
namespace Libraries::Usbd {
|
||||||
|
|
||||||
int PS4_SYSV_ABI sceUsbdAllocTransfer() {
|
int PS4_SYSV_ABI sceUsbdAllocTransfer() {
|
||||||
LOG_ERROR(Lib_Usbd, "(STUBBED)called");
|
LOG_ERROR(Lib_Usbd, "(STUBBED) called");
|
||||||
return ORBIS_OK;
|
return ORBIS_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
int PS4_SYSV_ABI sceUsbdAttachKernelDriver() {
|
int PS4_SYSV_ABI sceUsbdAttachKernelDriver() {
|
||||||
LOG_ERROR(Lib_Usbd, "(STUBBED)called");
|
LOG_ERROR(Lib_Usbd, "(STUBBED) called");
|
||||||
return ORBIS_OK;
|
return ORBIS_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
int PS4_SYSV_ABI sceUsbdBulkTransfer() {
|
int PS4_SYSV_ABI sceUsbdBulkTransfer() {
|
||||||
LOG_ERROR(Lib_Usbd, "(STUBBED)called");
|
LOG_ERROR(Lib_Usbd, "(STUBBED) called");
|
||||||
return ORBIS_OK;
|
return ORBIS_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
int PS4_SYSV_ABI sceUsbdCancelTransfer() {
|
int PS4_SYSV_ABI sceUsbdCancelTransfer() {
|
||||||
LOG_ERROR(Lib_Usbd, "(STUBBED)called");
|
LOG_ERROR(Lib_Usbd, "(STUBBED) called");
|
||||||
return ORBIS_OK;
|
return ORBIS_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
int PS4_SYSV_ABI sceUsbdCheckConnected() {
|
int PS4_SYSV_ABI sceUsbdCheckConnected() {
|
||||||
LOG_ERROR(Lib_Usbd, "(STUBBED)called");
|
LOG_ERROR(Lib_Usbd, "(STUBBED) called");
|
||||||
return ORBIS_OK;
|
return ORBIS_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
int PS4_SYSV_ABI sceUsbdClaimInterface() {
|
int PS4_SYSV_ABI sceUsbdClaimInterface() {
|
||||||
LOG_ERROR(Lib_Usbd, "(STUBBED)called");
|
LOG_ERROR(Lib_Usbd, "(STUBBED) called");
|
||||||
return ORBIS_OK;
|
return ORBIS_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
int PS4_SYSV_ABI sceUsbdClearHalt() {
|
int PS4_SYSV_ABI sceUsbdClearHalt() {
|
||||||
LOG_ERROR(Lib_Usbd, "(STUBBED)called");
|
LOG_ERROR(Lib_Usbd, "(STUBBED) called");
|
||||||
return ORBIS_OK;
|
return ORBIS_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
int PS4_SYSV_ABI sceUsbdClose() {
|
int PS4_SYSV_ABI sceUsbdClose() {
|
||||||
LOG_ERROR(Lib_Usbd, "(STUBBED)called");
|
LOG_ERROR(Lib_Usbd, "(STUBBED) called");
|
||||||
return ORBIS_OK;
|
return ORBIS_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
int PS4_SYSV_ABI sceUsbdControlTransfer() {
|
int PS4_SYSV_ABI sceUsbdControlTransfer() {
|
||||||
LOG_ERROR(Lib_Usbd, "(STUBBED)called");
|
LOG_ERROR(Lib_Usbd, "(STUBBED) called");
|
||||||
return ORBIS_OK;
|
return ORBIS_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
int PS4_SYSV_ABI sceUsbdControlTransferGetData() {
|
int PS4_SYSV_ABI sceUsbdControlTransferGetData() {
|
||||||
LOG_ERROR(Lib_Usbd, "(STUBBED)called");
|
LOG_ERROR(Lib_Usbd, "(STUBBED) called");
|
||||||
return ORBIS_OK;
|
return ORBIS_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
int PS4_SYSV_ABI sceUsbdControlTransferGetSetup() {
|
int PS4_SYSV_ABI sceUsbdControlTransferGetSetup() {
|
||||||
LOG_ERROR(Lib_Usbd, "(STUBBED)called");
|
LOG_ERROR(Lib_Usbd, "(STUBBED) called");
|
||||||
return ORBIS_OK;
|
return ORBIS_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
int PS4_SYSV_ABI sceUsbdDetachKernelDriver() {
|
int PS4_SYSV_ABI sceUsbdDetachKernelDriver() {
|
||||||
LOG_ERROR(Lib_Usbd, "(STUBBED)called");
|
LOG_ERROR(Lib_Usbd, "(STUBBED) called");
|
||||||
return ORBIS_OK;
|
return ORBIS_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
int PS4_SYSV_ABI sceUsbdEventHandlerActive() {
|
int PS4_SYSV_ABI sceUsbdEventHandlerActive() {
|
||||||
LOG_ERROR(Lib_Usbd, "(STUBBED)called");
|
LOG_ERROR(Lib_Usbd, "(STUBBED) called");
|
||||||
return ORBIS_OK;
|
return ORBIS_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
int PS4_SYSV_ABI sceUsbdEventHandlingOk() {
|
int PS4_SYSV_ABI sceUsbdEventHandlingOk() {
|
||||||
LOG_ERROR(Lib_Usbd, "(STUBBED)called");
|
LOG_ERROR(Lib_Usbd, "(STUBBED) called");
|
||||||
return ORBIS_OK;
|
return ORBIS_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
int PS4_SYSV_ABI sceUsbdExit() {
|
int PS4_SYSV_ABI sceUsbdExit() {
|
||||||
LOG_ERROR(Lib_Usbd, "(STUBBED)called");
|
LOG_ERROR(Lib_Usbd, "(STUBBED) called");
|
||||||
return ORBIS_OK;
|
return ORBIS_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
int PS4_SYSV_ABI sceUsbdFillBulkTransfer() {
|
int PS4_SYSV_ABI sceUsbdFillBulkTransfer() {
|
||||||
LOG_ERROR(Lib_Usbd, "(STUBBED)called");
|
LOG_ERROR(Lib_Usbd, "(STUBBED) called");
|
||||||
return ORBIS_OK;
|
return ORBIS_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
int PS4_SYSV_ABI sceUsbdFillControlSetup() {
|
int PS4_SYSV_ABI sceUsbdFillControlSetup() {
|
||||||
LOG_ERROR(Lib_Usbd, "(STUBBED)called");
|
LOG_ERROR(Lib_Usbd, "(STUBBED) called");
|
||||||
return ORBIS_OK;
|
return ORBIS_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
int PS4_SYSV_ABI sceUsbdFillControlTransfer() {
|
int PS4_SYSV_ABI sceUsbdFillControlTransfer() {
|
||||||
LOG_ERROR(Lib_Usbd, "(STUBBED)called");
|
LOG_ERROR(Lib_Usbd, "(STUBBED) called");
|
||||||
return ORBIS_OK;
|
return ORBIS_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
int PS4_SYSV_ABI sceUsbdFillInterruptTransfer() {
|
int PS4_SYSV_ABI sceUsbdFillInterruptTransfer() {
|
||||||
LOG_ERROR(Lib_Usbd, "(STUBBED)called");
|
LOG_ERROR(Lib_Usbd, "(STUBBED) called");
|
||||||
return ORBIS_OK;
|
return ORBIS_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
int PS4_SYSV_ABI sceUsbdFillIsoTransfer() {
|
int PS4_SYSV_ABI sceUsbdFillIsoTransfer() {
|
||||||
LOG_ERROR(Lib_Usbd, "(STUBBED)called");
|
LOG_ERROR(Lib_Usbd, "(STUBBED) called");
|
||||||
return ORBIS_OK;
|
return ORBIS_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
int PS4_SYSV_ABI sceUsbdFreeConfigDescriptor() {
|
int PS4_SYSV_ABI sceUsbdFreeConfigDescriptor() {
|
||||||
LOG_ERROR(Lib_Usbd, "(STUBBED)called");
|
LOG_ERROR(Lib_Usbd, "(STUBBED) called");
|
||||||
return ORBIS_OK;
|
return ORBIS_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
int PS4_SYSV_ABI sceUsbdFreeDeviceList() {
|
int PS4_SYSV_ABI sceUsbdFreeDeviceList() {
|
||||||
LOG_ERROR(Lib_Usbd, "(STUBBED)called");
|
LOG_ERROR(Lib_Usbd, "(STUBBED) called");
|
||||||
return ORBIS_OK;
|
return ORBIS_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
int PS4_SYSV_ABI sceUsbdFreeTransfer() {
|
int PS4_SYSV_ABI sceUsbdFreeTransfer() {
|
||||||
LOG_ERROR(Lib_Usbd, "(STUBBED)called");
|
LOG_ERROR(Lib_Usbd, "(STUBBED) called");
|
||||||
return ORBIS_OK;
|
return ORBIS_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
int PS4_SYSV_ABI sceUsbdGetActiveConfigDescriptor() {
|
int PS4_SYSV_ABI sceUsbdGetActiveConfigDescriptor() {
|
||||||
LOG_ERROR(Lib_Usbd, "(STUBBED)called");
|
LOG_ERROR(Lib_Usbd, "(STUBBED) called");
|
||||||
return ORBIS_OK;
|
return ORBIS_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
int PS4_SYSV_ABI sceUsbdGetBusNumber() {
|
int PS4_SYSV_ABI sceUsbdGetBusNumber() {
|
||||||
LOG_ERROR(Lib_Usbd, "(STUBBED)called");
|
LOG_ERROR(Lib_Usbd, "(STUBBED) called");
|
||||||
return ORBIS_OK;
|
return ORBIS_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
int PS4_SYSV_ABI sceUsbdGetConfigDescriptor() {
|
int PS4_SYSV_ABI sceUsbdGetConfigDescriptor() {
|
||||||
LOG_ERROR(Lib_Usbd, "(STUBBED)called");
|
LOG_ERROR(Lib_Usbd, "(STUBBED) called");
|
||||||
return ORBIS_OK;
|
return ORBIS_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
int PS4_SYSV_ABI sceUsbdGetConfigDescriptorByValue() {
|
int PS4_SYSV_ABI sceUsbdGetConfigDescriptorByValue() {
|
||||||
LOG_ERROR(Lib_Usbd, "(STUBBED)called");
|
LOG_ERROR(Lib_Usbd, "(STUBBED) called");
|
||||||
return ORBIS_OK;
|
return ORBIS_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
int PS4_SYSV_ABI sceUsbdGetConfiguration() {
|
int PS4_SYSV_ABI sceUsbdGetConfiguration() {
|
||||||
LOG_ERROR(Lib_Usbd, "(STUBBED)called");
|
LOG_ERROR(Lib_Usbd, "(STUBBED) called");
|
||||||
return ORBIS_OK;
|
return ORBIS_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
int PS4_SYSV_ABI sceUsbdGetDescriptor() {
|
int PS4_SYSV_ABI sceUsbdGetDescriptor() {
|
||||||
LOG_ERROR(Lib_Usbd, "(STUBBED)called");
|
LOG_ERROR(Lib_Usbd, "(STUBBED) called");
|
||||||
return ORBIS_OK;
|
return ORBIS_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
int PS4_SYSV_ABI sceUsbdGetDevice() {
|
int PS4_SYSV_ABI sceUsbdGetDevice() {
|
||||||
LOG_ERROR(Lib_Usbd, "(STUBBED)called");
|
LOG_ERROR(Lib_Usbd, "(STUBBED) called");
|
||||||
return ORBIS_OK;
|
return ORBIS_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
int PS4_SYSV_ABI sceUsbdGetDeviceAddress() {
|
int PS4_SYSV_ABI sceUsbdGetDeviceAddress() {
|
||||||
LOG_ERROR(Lib_Usbd, "(STUBBED)called");
|
LOG_ERROR(Lib_Usbd, "(STUBBED) called");
|
||||||
return ORBIS_OK;
|
return ORBIS_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
int PS4_SYSV_ABI sceUsbdGetDeviceDescriptor() {
|
int PS4_SYSV_ABI sceUsbdGetDeviceDescriptor() {
|
||||||
LOG_ERROR(Lib_Usbd, "(STUBBED)called");
|
LOG_ERROR(Lib_Usbd, "(STUBBED) called");
|
||||||
return ORBIS_OK;
|
return ORBIS_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
int PS4_SYSV_ABI sceUsbdGetDeviceList() {
|
int PS4_SYSV_ABI sceUsbdGetDeviceList() {
|
||||||
LOG_ERROR(Lib_Usbd, "(STUBBED)called");
|
LOG_ERROR(Lib_Usbd, "(STUBBED) called");
|
||||||
return ORBIS_OK;
|
return ORBIS_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
int PS4_SYSV_ABI sceUsbdGetDeviceSpeed() {
|
int PS4_SYSV_ABI sceUsbdGetDeviceSpeed() {
|
||||||
LOG_ERROR(Lib_Usbd, "(STUBBED)called");
|
LOG_ERROR(Lib_Usbd, "(STUBBED) called");
|
||||||
return ORBIS_OK;
|
return ORBIS_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
int PS4_SYSV_ABI sceUsbdGetIsoPacketBuffer() {
|
int PS4_SYSV_ABI sceUsbdGetIsoPacketBuffer() {
|
||||||
LOG_ERROR(Lib_Usbd, "(STUBBED)called");
|
LOG_ERROR(Lib_Usbd, "(STUBBED) called");
|
||||||
return ORBIS_OK;
|
return ORBIS_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
int PS4_SYSV_ABI sceUsbdGetMaxIsoPacketSize() {
|
int PS4_SYSV_ABI sceUsbdGetMaxIsoPacketSize() {
|
||||||
LOG_ERROR(Lib_Usbd, "(STUBBED)called");
|
LOG_ERROR(Lib_Usbd, "(STUBBED) called");
|
||||||
return ORBIS_OK;
|
return ORBIS_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
int PS4_SYSV_ABI sceUsbdGetMaxPacketSize() {
|
int PS4_SYSV_ABI sceUsbdGetMaxPacketSize() {
|
||||||
LOG_ERROR(Lib_Usbd, "(STUBBED)called");
|
LOG_ERROR(Lib_Usbd, "(STUBBED) called");
|
||||||
return ORBIS_OK;
|
return ORBIS_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
int PS4_SYSV_ABI sceUsbdGetStringDescriptor() {
|
int PS4_SYSV_ABI sceUsbdGetStringDescriptor() {
|
||||||
LOG_ERROR(Lib_Usbd, "(STUBBED)called");
|
LOG_ERROR(Lib_Usbd, "(STUBBED) called");
|
||||||
return ORBIS_OK;
|
return ORBIS_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
int PS4_SYSV_ABI sceUsbdGetStringDescriptorAscii() {
|
int PS4_SYSV_ABI sceUsbdGetStringDescriptorAscii() {
|
||||||
LOG_ERROR(Lib_Usbd, "(STUBBED)called");
|
LOG_ERROR(Lib_Usbd, "(STUBBED) called");
|
||||||
return ORBIS_OK;
|
return ORBIS_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
int PS4_SYSV_ABI sceUsbdHandleEvents() {
|
int PS4_SYSV_ABI sceUsbdHandleEvents() {
|
||||||
LOG_ERROR(Lib_Usbd, "(STUBBED)called");
|
LOG_ERROR(Lib_Usbd, "(STUBBED) called");
|
||||||
return ORBIS_OK;
|
return ORBIS_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
int PS4_SYSV_ABI sceUsbdHandleEventsLocked() {
|
int PS4_SYSV_ABI sceUsbdHandleEventsLocked() {
|
||||||
LOG_ERROR(Lib_Usbd, "(STUBBED)called");
|
LOG_ERROR(Lib_Usbd, "(STUBBED) called");
|
||||||
return ORBIS_OK;
|
return ORBIS_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
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;
|
||||||
}
|
}
|
||||||
|
|
||||||
int PS4_SYSV_ABI sceUsbdInit() {
|
int PS4_SYSV_ABI sceUsbdInit() {
|
||||||
LOG_ERROR(Lib_Usbd, "(STUBBED)called");
|
LOG_ERROR(Lib_Usbd, "(STUBBED) called");
|
||||||
return 0x80240005; // Skip
|
return 0x80240005; // Skip
|
||||||
}
|
}
|
||||||
|
|
||||||
int PS4_SYSV_ABI sceUsbdInterruptTransfer() {
|
int PS4_SYSV_ABI sceUsbdInterruptTransfer() {
|
||||||
LOG_ERROR(Lib_Usbd, "(STUBBED)called");
|
LOG_ERROR(Lib_Usbd, "(STUBBED) called");
|
||||||
return ORBIS_OK;
|
return ORBIS_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
int PS4_SYSV_ABI sceUsbdKernelDriverActive() {
|
int PS4_SYSV_ABI sceUsbdKernelDriverActive() {
|
||||||
LOG_ERROR(Lib_Usbd, "(STUBBED)called");
|
LOG_ERROR(Lib_Usbd, "(STUBBED) called");
|
||||||
return ORBIS_OK;
|
return ORBIS_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
int PS4_SYSV_ABI sceUsbdLockEvents() {
|
int PS4_SYSV_ABI sceUsbdLockEvents() {
|
||||||
LOG_ERROR(Lib_Usbd, "(STUBBED)called");
|
LOG_ERROR(Lib_Usbd, "(STUBBED) called");
|
||||||
return ORBIS_OK;
|
return ORBIS_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
int PS4_SYSV_ABI sceUsbdLockEventWaiters() {
|
int PS4_SYSV_ABI sceUsbdLockEventWaiters() {
|
||||||
LOG_ERROR(Lib_Usbd, "(STUBBED)called");
|
LOG_ERROR(Lib_Usbd, "(STUBBED) called");
|
||||||
return ORBIS_OK;
|
return ORBIS_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
int PS4_SYSV_ABI sceUsbdOpen() {
|
int PS4_SYSV_ABI sceUsbdOpen() {
|
||||||
LOG_ERROR(Lib_Usbd, "(STUBBED)called");
|
LOG_ERROR(Lib_Usbd, "(STUBBED) called");
|
||||||
return ORBIS_OK;
|
return ORBIS_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
int PS4_SYSV_ABI sceUsbdOpenDeviceWithVidPid() {
|
int PS4_SYSV_ABI sceUsbdOpenDeviceWithVidPid() {
|
||||||
LOG_ERROR(Lib_Usbd, "(STUBBED)called");
|
LOG_ERROR(Lib_Usbd, "(STUBBED) called");
|
||||||
return ORBIS_OK;
|
return ORBIS_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
int PS4_SYSV_ABI sceUsbdRefDevice() {
|
int PS4_SYSV_ABI sceUsbdRefDevice() {
|
||||||
LOG_ERROR(Lib_Usbd, "(STUBBED)called");
|
LOG_ERROR(Lib_Usbd, "(STUBBED) called");
|
||||||
return ORBIS_OK;
|
return ORBIS_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
int PS4_SYSV_ABI sceUsbdReleaseInterface() {
|
int PS4_SYSV_ABI sceUsbdReleaseInterface() {
|
||||||
LOG_ERROR(Lib_Usbd, "(STUBBED)called");
|
LOG_ERROR(Lib_Usbd, "(STUBBED) called");
|
||||||
return ORBIS_OK;
|
return ORBIS_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
int PS4_SYSV_ABI sceUsbdResetDevice() {
|
int PS4_SYSV_ABI sceUsbdResetDevice() {
|
||||||
LOG_ERROR(Lib_Usbd, "(STUBBED)called");
|
LOG_ERROR(Lib_Usbd, "(STUBBED) called");
|
||||||
return ORBIS_OK;
|
return ORBIS_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
int PS4_SYSV_ABI sceUsbdSetConfiguration() {
|
int PS4_SYSV_ABI sceUsbdSetConfiguration() {
|
||||||
LOG_ERROR(Lib_Usbd, "(STUBBED)called");
|
LOG_ERROR(Lib_Usbd, "(STUBBED) called");
|
||||||
return ORBIS_OK;
|
return ORBIS_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
int PS4_SYSV_ABI sceUsbdSetInterfaceAltSetting() {
|
int PS4_SYSV_ABI sceUsbdSetInterfaceAltSetting() {
|
||||||
LOG_ERROR(Lib_Usbd, "(STUBBED)called");
|
LOG_ERROR(Lib_Usbd, "(STUBBED) called");
|
||||||
return ORBIS_OK;
|
return ORBIS_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
int PS4_SYSV_ABI sceUsbdSetIsoPacketLengths() {
|
int PS4_SYSV_ABI sceUsbdSetIsoPacketLengths() {
|
||||||
LOG_ERROR(Lib_Usbd, "(STUBBED)called");
|
LOG_ERROR(Lib_Usbd, "(STUBBED) called");
|
||||||
return ORBIS_OK;
|
return ORBIS_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
int PS4_SYSV_ABI sceUsbdSubmitTransfer() {
|
int PS4_SYSV_ABI sceUsbdSubmitTransfer() {
|
||||||
LOG_ERROR(Lib_Usbd, "(STUBBED)called");
|
LOG_ERROR(Lib_Usbd, "(STUBBED) called");
|
||||||
return ORBIS_OK;
|
return ORBIS_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
int PS4_SYSV_ABI sceUsbdTryLockEvents() {
|
int PS4_SYSV_ABI sceUsbdTryLockEvents() {
|
||||||
LOG_ERROR(Lib_Usbd, "(STUBBED)called");
|
LOG_ERROR(Lib_Usbd, "(STUBBED) called");
|
||||||
return ORBIS_OK;
|
return ORBIS_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
int PS4_SYSV_ABI sceUsbdUnlockEvents() {
|
int PS4_SYSV_ABI sceUsbdUnlockEvents() {
|
||||||
LOG_ERROR(Lib_Usbd, "(STUBBED)called");
|
LOG_ERROR(Lib_Usbd, "(STUBBED) called");
|
||||||
return ORBIS_OK;
|
return ORBIS_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
int PS4_SYSV_ABI sceUsbdUnlockEventWaiters() {
|
int PS4_SYSV_ABI sceUsbdUnlockEventWaiters() {
|
||||||
LOG_ERROR(Lib_Usbd, "(STUBBED)called");
|
LOG_ERROR(Lib_Usbd, "(STUBBED) called");
|
||||||
return ORBIS_OK;
|
return ORBIS_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
int PS4_SYSV_ABI sceUsbdUnrefDevice() {
|
int PS4_SYSV_ABI sceUsbdUnrefDevice() {
|
||||||
LOG_ERROR(Lib_Usbd, "(STUBBED)called");
|
LOG_ERROR(Lib_Usbd, "(STUBBED) called");
|
||||||
return ORBIS_OK;
|
return ORBIS_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
int PS4_SYSV_ABI sceUsbdWaitForEvent() {
|
int PS4_SYSV_ABI sceUsbdWaitForEvent() {
|
||||||
LOG_ERROR(Lib_Usbd, "(STUBBED)called");
|
LOG_ERROR(Lib_Usbd, "(STUBBED) called");
|
||||||
return ORBIS_OK;
|
return ORBIS_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
int PS4_SYSV_ABI Func_65F6EF33E38FFF50() {
|
int PS4_SYSV_ABI Func_65F6EF33E38FFF50() {
|
||||||
LOG_ERROR(Lib_Usbd, "(STUBBED)called");
|
LOG_ERROR(Lib_Usbd, "(STUBBED) called");
|
||||||
return ORBIS_OK;
|
return ORBIS_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
int PS4_SYSV_ABI Func_97F056BAD90AADE7() {
|
int PS4_SYSV_ABI Func_97F056BAD90AADE7() {
|
||||||
LOG_ERROR(Lib_Usbd, "(STUBBED)called");
|
LOG_ERROR(Lib_Usbd, "(STUBBED) called");
|
||||||
return ORBIS_OK;
|
return ORBIS_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
int PS4_SYSV_ABI Func_C55104A33B35B264() {
|
int PS4_SYSV_ABI Func_C55104A33B35B264() {
|
||||||
LOG_ERROR(Lib_Usbd, "(STUBBED)called");
|
LOG_ERROR(Lib_Usbd, "(STUBBED) called");
|
||||||
return ORBIS_OK;
|
return ORBIS_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
int PS4_SYSV_ABI Func_D56B43060720B1E0() {
|
int PS4_SYSV_ABI Func_D56B43060720B1E0() {
|
||||||
LOG_ERROR(Lib_Usbd, "(STUBBED)called");
|
LOG_ERROR(Lib_Usbd, "(STUBBED) called");
|
||||||
return ORBIS_OK;
|
return ORBIS_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue