diff options
author | Princess of Sleeping | 2019-07-03 20:27:17 +0900 |
---|---|---|
committer | Sunguk Lee | 2019-07-17 23:24:59 +0900 |
commit | 670a95a39dbae3449b0a489deae94595adc88a3c (patch) | |
tree | 0f853b9af78197c7af03371eb0192a3c37bcfbf6 /nids/360/SceRtc.yml | |
parent | Fix wrong ksceKernelGetModuleList2 (#373) (diff) | |
download | vds-libraries-670a95a39dbae3449b0a489deae94595adc88a3c.tar.gz |
Fixed some function names and sorted alphabetically
Diffstat (limited to 'nids/360/SceRtc.yml')
-rw-r--r-- | nids/360/SceRtc.yml | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/nids/360/SceRtc.yml b/nids/360/SceRtc.yml index c5dc088..9d94e37 100644 --- a/nids/360/SceRtc.yml +++ b/nids/360/SceRtc.yml @@ -58,50 +58,3 @@ modules: sceRtcSetSecureAlarmTick: 0x8333790D sceRtcUnregisterCallback: 0x9546C68B sceRtcUnregisterSecureAlarmCallback: 0xEDDC2325 - SceRtcUser: - nid: 0x6704D3C6 - functions: - sceRtcCheckValid: 0xD7622935 - sceRtcCompareTick: 0xC7385158 - sceRtcConvertLocalTimeToUtc: 0x0A05E201 - sceRtcConvertUtcToLocalTime: 0x1282C436 - sceRtcFormatRFC2822: 0x147F2138 - sceRtcFormatRFC2822LocalTime: 0x42CA8EB5 - sceRtcFormatRFC3339: 0xCCEA2B54 - sceRtcFormatRFC3339LocalTime: 0x742250A9 - sceRtcGetCurrentAdNetworkTick: 0x5612AF12 - sceRtcGetCurrentClock: 0x70FDE8F1 - sceRtcGetCurrentClockLocalTime: 0x0572EDDC - sceRtcGetCurrentDebugNetworkTick: 0x4ED6BA6C - sceRtcGetCurrentGpsTick: 0xBB92534F - sceRtcGetCurrentNetworkTick: 0xCDDD25FE - sceRtcGetCurrentRetainedNetworkTick: 0xA086AE18 - sceRtcGetCurrentTick: 0x23F79274 - sceRtcGetDayOfWeek: 0x2F3531EB - sceRtcGetDayOfYear: 0xB5C4E95F - sceRtcGetDaysInMonth: 0x49EB4556 - sceRtcGetDosTime: 0x92ABEBAF - sceRtcGetLastAdjustedTick: 0x8148E95C - sceRtcGetLastReincarnatedTick: 0xA8C16615 - sceRtcGetTick: 0xF2B238E2 - sceRtcGetTickResolution: 0x811313B3 - sceRtcGetTime64_t: 0xC995DE02 - sceRtcGetTime_t: 0x8DE6FEB7 - sceRtcGetWin32FileTime: 0x8A95E119 - sceRtcIsLeapYear: 0xF17FD8B5 - sceRtcParseDateTime: 0x2347CE12 - sceRtcParseRFC3339: 0x2D18AEEC - sceRtcSetDosTime: 0xF8B22B07 - sceRtcSetTick: 0xCD89F464 - sceRtcSetTime64_t: 0xA6C36B6A - sceRtcSetTime_t: 0x3A332F81 - sceRtcSetWin32FileTime: 0xA79A8846 - sceRtcTickAddDays: 0x58DE3C70 - sceRtcTickAddHours: 0x6F193F55 - sceRtcTickAddMicroseconds: 0xAE26D920 - sceRtcTickAddMinutes: 0x4C358871 - sceRtcTickAddMonths: 0x6321B4AA - sceRtcTickAddSeconds: 0x979AFD79 - sceRtcTickAddTicks: 0x4559E2DB - sceRtcTickAddWeeks: 0xE713C640 - sceRtcTickAddYears: 0xDF6C3E1B |