diff options
author | GrapheneCt | 2020-06-13 13:22:54 -0400 |
---|---|---|
committer | Reiko Asakura | 2020-06-13 13:22:54 -0400 |
commit | a185b34704b4a7aa56accc871c0d34ee2661c313 (patch) | |
tree | 3af9bcbc3485d11f7ed97cda9203834900477d20 /nids | |
parent | Add sceShellUtilReboot (diff) | |
download | vds-libraries-a185b34704b4a7aa56accc871c0d34ee2661c313.tar.gz |
Add more stuff in SceShellUtil
Credits: GrapheneCt
From https://forum.devchroma.nl/index.php/topic,149.0.html
Diffstat (limited to '')
-rw-r--r-- | nids/360/SceShellSvc.yml | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/nids/360/SceShellSvc.yml b/nids/360/SceShellSvc.yml index db49b0c..77c7d17 100644 --- a/nids/360/SceShellSvc.yml +++ b/nids/360/SceShellSvc.yml @@ -7,6 +7,16 @@ modules: functions: sceShellUtilInitEvents: 0xE8AD11EC sceShellUtilLock: 0xA9537233 - sceShellUtilReboot: 0x636544FB sceShellUtilRegisterEventHandler: 0x7B5EDFE7 + sceShellUtilRequestColdReset: 0x636544FB + sceShellUtilRequestColdResetWithError: 0xBB54D049 + sceShellUtilRequestStandby: 0x8F2F143D + sceShellUtilSetAirplaneIconMode: 0x96BBF91B + sceShellUtilSetBGMMode: 0xB65B60CA + sceShellUtilSetBtIconMode: 0x8B69AD27 + sceShellUtilSetSystemLanguage: 0x040997D6 + sceShellUtilSetTimeText: 0x40DFAC6B + sceShellUtilTextClipboardGetUsedSize: 0xD0DDEDBC + sceShellUtilTextClipboardRead: 0x1B186905 + sceShellUtilTextClipboardWrite: 0xC4810C56 sceShellUtilUnlock: 0x21A6CF54 |