diff options
| author | Sunguk Lee | 2017-02-14 21:07:46 +0900 |
|---|---|---|
| committer | GitHub | 2017-02-14 21:07:46 +0900 |
| commit | 7250b05a29aeb3df8e8df1cf31236abb7bc03959 (patch) | |
| tree | a8469b58f9da7338c40a08b35459794db605b6f5 /nids/360/SceRtc.yml | |
| parent | Fix ScePower NID (diff) | |
| parent | Added many nids found in vsh (diff) | |
| download | vds-libraries-7250b05a29aeb3df8e8df1cf31236abb7bc03959.tar.gz | |
Merge pull request #139 from TheOfficialFloW/master
Added many nids found in vsh
Diffstat (limited to 'nids/360/SceRtc.yml')
| -rw-r--r-- | nids/360/SceRtc.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/nids/360/SceRtc.yml b/nids/360/SceRtc.yml index 4c7e13f..9fc7666 100644 --- a/nids/360/SceRtc.yml +++ b/nids/360/SceRtc.yml @@ -9,11 +9,20 @@ modules: SceRtcForDriver: nid: 0x0351D827 functions: + sceRtcGetAlarmTick: 0xC838275A + sceRtcGetCurrentSecureTick: 0x401C0954 + sceRtcGetSecureAlarmTick: 0xBD53731C sceRtcIsAlarmed: 0xCD295F0C sceRtcIsSecureAlarmed: 0xE39F2ABE sceRtcRegisterCallback: 0x5220870D sceRtcRegisterSecureAlarmCallback: 0xCF84DFC0 + sceRtcSetAlarmTick: 0xD610C646 sceRtcSetConf: 0xACFE5A9F + sceRtcSetCurrentDebugNetworkTick: 0xAAB6053F + sceRtcSetCurrentNetworkTick: 0x162E486E + sceRtcSetCurrentSecureTick: 0x7D431C87 + sceRtcSetCurrentTick: 0x70A78CD2 + sceRtcSetSecureAlarmTick: 0x8333790D sceRtcUnregisterCallback: 0x9546C68B sceRtcUnregisterSecureAlarmCallback: 0xEDDC2325 SceRtcUser: |
