diff options
author | Sergi Granell | 2017-02-14 11:32:26 +0100 |
---|---|---|
committer | GitHub | 2017-02-14 11:32:26 +0100 |
commit | 8d67f5bae723811d53b4e0ff6b2334c03e119d6a (patch) | |
tree | 029b4b292adf57250339edc1e287f55003fd8699 /nids/360/SceRtc.yml | |
parent | Add more SceGpioForDriver NIDs (diff) | |
parent | Added missing definitions for VitaShell (diff) | |
download | vds-libraries-8d67f5bae723811d53b4e0ff6b2334c03e119d6a.tar.gz |
Merge pull request #138 from TheOfficialFloW/master
A cleaner PR
Diffstat (limited to 'nids/360/SceRtc.yml')
-rw-r--r-- | nids/360/SceRtc.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/nids/360/SceRtc.yml b/nids/360/SceRtc.yml index 62c6547..4c7e13f 100644 --- a/nids/360/SceRtc.yml +++ b/nids/360/SceRtc.yml @@ -6,6 +6,16 @@ modules: nid: 0x3503487E functions: sceRtcGetAccumulativeTime: 0x258BE8EC + SceRtcForDriver: + nid: 0x0351D827 + functions: + sceRtcIsAlarmed: 0xCD295F0C + sceRtcIsSecureAlarmed: 0xE39F2ABE + sceRtcRegisterCallback: 0x5220870D + sceRtcRegisterSecureAlarmCallback: 0xCF84DFC0 + sceRtcSetConf: 0xACFE5A9F + sceRtcUnregisterCallback: 0x9546C68B + sceRtcUnregisterSecureAlarmCallback: 0xEDDC2325 SceRtcUser: nid: 0x6704D3C6 functions: |