diff options
author | Yifan Lu | 2016-06-25 13:24:05 -0500 |
---|---|---|
committer | xyzz | 2016-07-27 09:53:39 -0700 |
commit | 92941c33f4cf6c88c12fd27274d1ad5a417da47d (patch) | |
tree | 33ff84df2796c0b8a4c394a0abddcc227e0ece3a /nids/360/SceSysmodule.yml | |
parent | Update library NIDs in db.json to correct values (diff) | |
download | vds-libraries-92941c33f4cf6c88c12fd27274d1ad5a417da47d.tar.gz |
Added more internal functions for SceSysmodule
Diffstat (limited to 'nids/360/SceSysmodule.yml')
-rw-r--r-- | nids/360/SceSysmodule.yml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/nids/360/SceSysmodule.yml b/nids/360/SceSysmodule.yml index 10177f5..12a3904 100644 --- a/nids/360/SceSysmodule.yml +++ b/nids/360/SceSysmodule.yml @@ -5,9 +5,11 @@ modules: SceSysmodule: nid: 0x03FCF19D functions: - _sceSysmoduleLoadModuleInternalWithArg: 0xC3C26339 - _sceSysmoduleUnloadModuleInternalWithArg: 0xA2F40C4C sceSysmoduleIsLoaded: 0x53099B7A sceSysmoduleIsLoadedInternal: 0x09A4AF1D sceSysmoduleLoadModule: 0x79A0160A + sceSysmoduleLoadModuleInternal: 0x09A4AF1D + sceSysmoduleLoadModuleInternalWithArg: 0xC3C26339 sceSysmoduleUnloadModule: 0x31D87805 + sceSysmoduleUnloadModuleInternal: 0xFF206B19 + sceSysmoduleUnloadModuleInternalWithArg: 0xA2F40C4C |