Skip to content

Commit fb6ac5d

Browse files
committed
fix: Correct typo of usbd autoloader imports
1 parent 9aa0db2 commit fb6ac5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

iop/usb/usbd/include/usbd.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -347,8 +347,8 @@ extern int sceUsbdMultiIsochronousTransfer(int pipeId, sceUsbdMultiIsochronousRe
347347
#define I_sceUsbdTransferPipe DECLARE_IMPORT(11, sceUsbdTransferPipe)
348348
#define I_sceUsbdOpenPipeAligned DECLARE_IMPORT(12, sceUsbdOpenPipeAligned)
349349
#define I_sceUsbdGetDeviceLocation DECLARE_IMPORT(13, sceUsbdGetDeviceLocation)
350-
#define I_sceUsbdRegisterAutoloader DECLARE_IMPORT(14, sceUsbRegisterAutoloader)
351-
#define I_sceUsbdUnregisterAutoloader DECLARE_IMPORT(15, sceUsbUnregisterAutoloader)
350+
#define I_sceUsbdRegisterAutoloader DECLARE_IMPORT(14, sceUsbdRegisterAutoloader)
351+
#define I_sceUsbdUnregisterAutoloader DECLARE_IMPORT(15, sceUsbdUnregisterAutoloader)
352352
#define I_sceUsbdChangeThreadPriority DECLARE_IMPORT(16, sceUsbdChangeThreadPriority)
353353
#define I_sceUsbdGetReportDescriptor DECLARE_IMPORT(17, sceUsbdGetReportDescriptor)
354354
#define I_sceUsbdMultiIsochronousTransfer DECLARE_IMPORT(18, sceUsbdMultiIsochronousTransfer)

0 commit comments

Comments
 (0)