diff options
Diffstat (limited to 'nids/360')
-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 |