diff options
author | Glenn Anderson | 2015-08-15 02:36:49 -0400 |
---|---|---|
committer | Glenn Anderson | 2015-08-15 19:09:16 -0400 |
commit | 860e7bdfdded83166cd64ca94e9512f607fd563a (patch) | |
tree | 4f8115341c5c78170125f1ed5e97b13634f3ce0b /nids/360/SceNetAdhocMatching.yml | |
parent | Initial commit. Added headers from psp2sdk. (diff) | |
download | vds-libraries-860e7bdfdded83166cd64ca94e9512f607fd563a.tar.gz |
Adds initial NID JSON database.
Diffstat (limited to 'nids/360/SceNetAdhocMatching.yml')
-rw-r--r-- | nids/360/SceNetAdhocMatching.yml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/nids/360/SceNetAdhocMatching.yml b/nids/360/SceNetAdhocMatching.yml new file mode 100644 index 0000000..2410780 --- /dev/null +++ b/nids/360/SceNetAdhocMatching.yml @@ -0,0 +1,21 @@ +modules: + SceNetAdhocMatching: + nid: 0x00000000 + libraries: + SceNetAdhocMatching: + nid: 0x00000000 + functions: + sceNetAdhocMatchingAbortSendData: 0xFE77831E + sceNetAdhocMatchingCancelTarget: 0x04FF010C + sceNetAdhocMatchingCancelTargetWithOpt: 0x54F6534D + sceNetAdhocMatchingCreate: 0x7BAD7EA2 + sceNetAdhocMatchingDelete: 0x7BCDD889 + sceNetAdhocMatchingGetHelloOpt: 0x90AFFEDD + sceNetAdhocMatchingGetMembers: 0x85B23CEB + sceNetAdhocMatchingInit: 0x8E0E0EAE + sceNetAdhocMatchingSelectTarget: 0x9A6B1D0F + sceNetAdhocMatchingSendData: 0x83C0E435 + sceNetAdhocMatchingSetHelloOpt: 0x659D4B04 + sceNetAdhocMatchingStart: 0xF13E17BE + sceNetAdhocMatchingStop: 0x63ABB632 + sceNetAdhocMatchingTerm: 0x6E195CD1 |