diff options
author | xyzz | 2016-06-28 10:12:48 -0400 |
---|---|---|
committer | xyzz | 2016-07-27 09:53:39 -0700 |
commit | 4888a7babe1c8ea26d36717ea9725e3082899f3b (patch) | |
tree | ac2234c9e4e5315af20266b23ea4608085eebc95 | |
parent | Added more internal functions for SceSysmodule (diff) | |
download | vds-libraries-4888a7babe1c8ea26d36717ea9725e3082899f3b.tar.gz |
Fix sysmodule NIDs and remove a dupe
-rw-r--r-- | nids/360/SceSysmodule.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nids/360/SceSysmodule.yml b/nids/360/SceSysmodule.yml index 12a3904..6ac1de4 100644 --- a/nids/360/SceSysmodule.yml +++ b/nids/360/SceSysmodule.yml @@ -8,7 +8,7 @@ modules: sceSysmoduleIsLoaded: 0x53099B7A sceSysmoduleIsLoadedInternal: 0x09A4AF1D sceSysmoduleLoadModule: 0x79A0160A - sceSysmoduleLoadModuleInternal: 0x09A4AF1D + sceSysmoduleLoadModuleInternal: 0x2399BF45 sceSysmoduleLoadModuleInternalWithArg: 0xC3C26339 sceSysmoduleUnloadModule: 0x31D87805 sceSysmoduleUnloadModuleInternal: 0xFF206B19 |