summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/user/kernel/threadmgr.h6
-rw-r--r--nids/360/SceKernel.yml1
2 files changed, 7 insertions, 0 deletions
diff --git a/include/user/kernel/threadmgr.h b/include/user/kernel/threadmgr.h
index 3b1af02..75d429a 100644
--- a/include/user/kernel/threadmgr.h
+++ b/include/user/kernel/threadmgr.h
@@ -1013,6 +1013,12 @@ int sceKernelDeleteLwMutex(SceKernelLwMutexWork *pWork);
int sceKernelLockLwMutex(SceKernelLwMutexWork *pWork, int lockCount, unsigned int *pTimeout);
int sceKernelUnlockLwMutex(SceKernelLwMutexWork *pWork, int unlockCount);
+/**
+ * Get the system time (wide version)
+ *
+ * @return The system time
+ */
+SceInt64 sceKernelGetSystemTimeWide(void);
#ifdef __cplusplus
}
diff --git a/nids/360/SceKernel.yml b/nids/360/SceKernel.yml
index 17e0ef2..9a4abd5 100644
--- a/nids/360/SceKernel.yml
+++ b/nids/360/SceKernel.yml
@@ -394,6 +394,7 @@ modules:
sceKernelGetCallbackCount: 0x038644D5
sceKernelGetMsgPipeCreatorId: 0x70E2A6D2
sceKernelGetProcessId: 0x9DCB4B7A
+ sceKernelGetSystemTimeWide: 0xF4EE4FA9
sceKernelGetThreadStackFreeSize: 0x4F8A3DA0
sceKernelGetThreadmgrUIDClass: 0xC9678F7F
sceKernelGetTimerBaseWide: 0x5DBC1960