mirror of
https://github.com/pspdev/pspsdk.git
synced 2026-01-03 06:10:35 +00:00
first commit
This commit is contained in:
25
src/user/sceSuspendForUser.S
Normal file
25
src/user/sceSuspendForUser.S
Normal file
@@ -0,0 +1,25 @@
|
||||
.set noreorder
|
||||
|
||||
#include "pspimport.s"
|
||||
|
||||
#ifdef F_sceSuspendForUser_0000
|
||||
IMPORT_START "sceSuspendForUser",0x40000000
|
||||
#endif
|
||||
#ifdef F_sceSuspendForUser_0001
|
||||
IMPORT_FUNC "sceSuspendForUser",0xEADB1BD7,sceKernelPowerLock
|
||||
#endif
|
||||
#ifdef F_sceSuspendForUser_0002
|
||||
IMPORT_FUNC "sceSuspendForUser",0x3AEE7261,sceKernelPowerUnlock
|
||||
#endif
|
||||
#ifdef F_sceSuspendForUser_0003
|
||||
IMPORT_FUNC "sceSuspendForUser",0x090CCB3F,sceKernelPowerTick
|
||||
#endif
|
||||
#ifdef F_sceSuspendForUser_0004
|
||||
IMPORT_FUNC "sceSuspendForUser",0x3E0271D3,sceKernelVolatileMemLock
|
||||
#endif
|
||||
#ifdef F_sceSuspendForUser_0005
|
||||
IMPORT_FUNC "sceSuspendForUser",0xA14F40B2,sceKernelVolatileMemTryLock
|
||||
#endif
|
||||
#ifdef F_sceSuspendForUser_0006
|
||||
IMPORT_FUNC "sceSuspendForUser",0xA569E425,sceKernelVolatileMemUnlock
|
||||
#endif
|
||||
Reference in New Issue
Block a user