diff options
author | Glenn Anderson | 2015-08-15 22:57:59 -0400 |
---|---|---|
committer | Glenn Anderson | 2015-08-15 22:57:59 -0400 |
commit | ad8c123d657036b0a68d5a2a4a3a568fb032a471 (patch) | |
tree | 2db03cdcefaf4b4777bc175f1727ec5cf2b0b0dc /nids/360/SceRudp.yml | |
parent | Library and module names are now correct in the NID JSON according to what ps... (diff) | |
download | vds-libraries-ad8c123d657036b0a68d5a2a4a3a568fb032a471.tar.gz |
Overlooked one library when renaming.
Diffstat (limited to 'nids/360/SceRudp.yml')
-rw-r--r-- | nids/360/SceRudp.yml | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/nids/360/SceRudp.yml b/nids/360/SceRudp.yml new file mode 100644 index 0000000..f100040 --- /dev/null +++ b/nids/360/SceRudp.yml @@ -0,0 +1,37 @@ +modules: + SceRudp: + nid: 0x00000057 + libraries: + SceLibRudp: + nid: 0x00000058 + functions: + sceRudpActivate: 0xF1151D91 + sceRudpBind: 0x8B766108 + sceRudpCreateContext: 0x772C07E8 + sceRudpEnableInternalIOThread: 0x3A495E69 + sceRudpEnd: 0x3EA0961E + sceRudpFlush: 0x8D45BA52 + sceRudpGetContextStatus: 0xD620B557 + sceRudpGetLocalInfo: 0x4DC43692 + sceRudpGetMaxSegmentSize: 0x68A52861 + sceRudpGetNumberOfPacketsToRead: 0x5D0460CD + sceRudpGetOption: 0xE68005E3 + sceRudpGetRemoteInfo: 0x104E4D3B + sceRudpGetSizeReadable: 0x6B74CA22 + sceRudpGetSizeWritable: 0xADE196DC + sceRudpGetStatus: 0xD77928C5 + sceRudpInit: 0x22C9AA29 + sceRudpInitiate: 0x46B635BD + sceRudpNetReceived: 0x2C1E736E + sceRudpPollCancel: 0xA9B92EFE + sceRudpPollControl: 0x18668BD8 + sceRudpPollCreate: 0x943D96EC + sceRudpPollDestroy: 0xC9ACBDF0 + sceRudpPollWait: 0x55918C7C + sceRudpProcessEvents: 0x24E36E39 + sceRudpRead: 0x30A9438E + sceRudpSetEventHandler: 0x396A24D6 + sceRudpSetMaxSegmentSize: 0xE1DD9645 + sceRudpSetOption: 0xBD87A5CA + sceRudpTerminate: 0x552B2D3E + sceRudpWrite: 0x69C9DE15 |