diff options
author | Sergi Granell | 2017-02-08 16:11:24 +0100 |
---|---|---|
committer | MrNetrix | 2017-02-08 10:11:24 -0500 |
commit | 1a5475ee87b87da7bab3a78705044e2af25407a5 (patch) | |
tree | 40043e462056e47697d29c2f759553749438d81e /nids/360/SceUsbd.yml | |
parent | Added more SceUsbdForUser NIDs (diff) | |
download | vds-libraries-1a5475ee87b87da7bab3a78705044e2af25407a5.tar.gz |
Update psp2/usbd.h (#128)
Add some SceUsbdForDriver NIDs
Add initial psp2kern/usbd.h
Diffstat (limited to 'nids/360/SceUsbd.yml')
-rw-r--r-- | nids/360/SceUsbd.yml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/nids/360/SceUsbd.yml b/nids/360/SceUsbd.yml index f0a4fdc..2212bd9 100644 --- a/nids/360/SceUsbd.yml +++ b/nids/360/SceUsbd.yml @@ -2,6 +2,10 @@ modules: SceUsbd: nid: 0x3525FE7A libraries: + SceUsbdForDriver: + nid: 0xA0EBCA41 + functions: + sceUsbdRegisterDriver: 0x1EC94F18 SceUsbdForUser: nid: 0xC3AEAB67 functions: @@ -11,8 +15,8 @@ modules: sceUsbdEnd: 0x5736A150 sceUsbdGetDescriptor: 0xAE671F22 sceUsbdGetDescriptorSize: 0xB357AC81 + sceUsbdGetDeviceAddress: 0xC54F9D11 sceUsbdGetDeviceList: 0x2DE0239E - sceUsbdGetDeviceLocation: 0xC54F9D11 sceUsbdGetDeviceSpeed: 0x6C5AACD0 sceUsbdGetIsochTransferStatus: 0xA0A2C826 sceUsbdGetTransferStatus: 0xCDF5B6E0 |