diff options
author | Sunguk Lee | 2018-01-15 19:17:24 +0900 |
---|---|---|
committer | GitHub | 2018-01-15 19:17:24 +0900 |
commit | d46d3e8c423442da0d8b6fc8a318b757e1bbd365 (patch) | |
tree | 9d1fbb8679b02a988ffe7d25614f5469dc185010 /nids | |
parent | Merge pull request #284 from d3m3vilurr/readd-kernel-io (diff) | |
parent | UDCD improvements, add NIDS (diff) | |
download | vds-libraries-d46d3e8c423442da0d8b6fc8a318b757e1bbd365.tar.gz |
Merge pull request #285 from xerpi/udcd_improvements
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 |