diff options
author | devnoname120 | 2017-06-02 05:38:46 +0200 |
---|---|---|
committer | Sunguk Lee | 2017-06-02 12:38:46 +0900 |
commit | 77fcd65bf6f7190e7265b70af978e1105e1aafeb (patch) | |
tree | 893ce0b70fc12a8ebd6063f9dcace925165fd2aa /nids/360/SceNetPs.yml | |
parent | Add SceHid keyboard functions (#181) (diff) | |
download | vds-libraries-77fcd65bf6f7190e7265b70af978e1105e1aafeb.tar.gz |
Fix ksceNetSend() and ksceNetRecv() (#177)
* Fix ksceNetSend() and ksceNetRecv()
These functions don't exist in Kernel. A #define have been added to make them work.
* Remove non-existing ksceNet functions
Diffstat (limited to 'nids/360/SceNetPs.yml')
-rw-r--r-- | nids/360/SceNetPs.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/nids/360/SceNetPs.yml b/nids/360/SceNetPs.yml index d32c0bd..dd4ab8d 100644 --- a/nids/360/SceNetPs.yml +++ b/nids/360/SceNetPs.yml @@ -8,9 +8,7 @@ modules: sceNetAccept: 0x880A5423 sceNetBind: 0x84AB650F sceNetListen: 0x080C7992 - sceNetRecv: 0x49B1669C sceNetRecvfrom: 0x49B1669C - sceNetSend: 0xAB746734 sceNetSendto: 0xAB746734 sceNetSetsockopt: 0x4BF5FAB4 sceNetSocket: 0xEB95B024 |