diff options
author | Reiko Asakura | 2021-03-03 11:27:52 -0500 |
---|---|---|
committer | Reiko Asakura | 2021-03-03 11:27:52 -0500 |
commit | e2dbd18dc57fa52c8401d4b600908da0722a0c85 (patch) | |
tree | 456ab23f561b0b4c5cc40f7761c591c440c1ae82 /nids/360/SceNetPs.yml | |
parent | Changes to user/incoming_dialog.h (diff) | |
download | vds-libraries-e2dbd18dc57fa52c8401d4b600908da0722a0c85.tar.gz |
Add kernel net function NIDs
From 0.940 bt.skprx:
sceNetDriverAttach
sceNetGatewayAttach
From 0.990 deci4p_dbgp.skprx:
sceNetDebugAttach
sceNetDebugDetach
Diffstat (limited to 'nids/360/SceNetPs.yml')
-rw-r--r-- | nids/360/SceNetPs.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nids/360/SceNetPs.yml b/nids/360/SceNetPs.yml index 403dac0..2722e86 100644 --- a/nids/360/SceNetPs.yml +++ b/nids/360/SceNetPs.yml @@ -9,6 +9,8 @@ modules: sceNetBind: 0x84AB650F sceNetClose: 0x21F4428D sceNetConnect: 0x13491DA1 + sceNetDriverAttach: 0x1ABF937D + sceNetGatewayAttach: 0x3D4A1D74 sceNetGetpeername: 0xB949AFD5 sceNetGetsockname: 0x8F1BB0E7 sceNetGetsockopt: 0x92EE24A6 |