diff options
author | Sergi Granell | 2018-01-15 11:04:19 +0100 |
---|---|---|
committer | Sergi Granell | 2018-01-15 11:04:19 +0100 |
commit | 1f4d1032e8c93184ed675dd714f175fe7c5de463 (patch) | |
tree | 9d1fbb8679b02a988ffe7d25614f5469dc185010 /nids | |
parent | Merge pull request #284 from d3m3vilurr/readd-kernel-io (diff) | |
download | vds-libraries-1f4d1032e8c93184ed675dd714f175fe7c5de463.tar.gz |
UDCD improvements, add NIDS
Diffstat (limited to 'nids')
-rw-r--r-- | nids/360/SceUdcd.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nids/360/SceUdcd.yml b/nids/360/SceUdcd.yml index a537b22..36cc553 100644 --- a/nids/360/SceUdcd.yml +++ b/nids/360/SceUdcd.yml @@ -20,6 +20,7 @@ modules: sceUdcdGetDeviceInfo: 0xFBEA3703 sceUdcdGetDeviceState: 0xE054B5E4 sceUdcdGetDrvState: 0xC0CA5DDB + sceUdcdGetDrvStateInternal: 0x512F77BC sceUdcdRegister: 0x4E55244D sceUdcdRegisterToBus: 0x64675918 sceUdcdReqCancelAll: 0x38787672 @@ -29,4 +30,6 @@ modules: sceUdcdStart: 0x9FD733EA sceUdcdStop: 0x1494293B sceUdcdUnregister: 0x0DECE532 + sceUdcdWaitBusInitialized: 0x1C684884 sceUdcdWaitState: 0xD03017C0 + sceUdcdWaitStateInternal: 0x7AD0C8D1 |