From 27df31115147cbc666f578368579845c30d4e88f Mon Sep 17 00:00:00 2001 From: TheOfficialFloW Date: Mon, 15 Jan 2018 14:20:09 +0100 Subject: Added missing SceUdcdWaitParam --- include/kernel/udcd.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'include/kernel/udcd.h') diff --git a/include/kernel/udcd.h b/include/kernel/udcd.h index 1551433..4490559 100644 --- a/include/kernel/udcd.h +++ b/include/kernel/udcd.h @@ -380,6 +380,15 @@ typedef struct SceUdcdDeviceInfo { unsigned char info[64]; } SceUdcdDeviceInfo; +typedef struct { + int unk_00; + int unk_04; + int unk_08; + int unk_0C; + int unk_10; + const char *driverName; +} SceUdcdWaitParam; + /** * Waits until an UDCD bus is initialized * -- cgit v1.2.3