diff options
Diffstat (limited to 'include/user/udcd.h')
-rw-r--r-- | include/user/udcd.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/include/user/udcd.h b/include/user/udcd.h index fefb048..eec370f 100644 --- a/include/user/udcd.h +++ b/include/user/udcd.h @@ -1,6 +1,8 @@ #ifndef _PSP2_UDCD_H_ #define _PSP2_UDCD_H_ +#include <psp2/types.h> + #ifdef __cplusplus extern "C" { #endif @@ -31,16 +33,16 @@ typedef struct { uint8_t info[64]; } SceUdcdDeviceInfo; -typedef struct { +typedef struct SceUdcdWaitParam { int unk_00; - int unk_04; + int status; int unk_08; int unk_0C; int unk_10; const char *driverName; } SceUdcdWaitParam; -typedef struct { +typedef struct SceUdcdDeviceState { int unk_00; int state; int cable; |