-
Notifications
You must be signed in to change notification settings - Fork 0
/
stub.S
81 lines (65 loc) · 2.43 KB
/
stub.S
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
.set noreorder
#include "pspstub.s"
STUB_START "scePower",0x40090000,0x00050005
STUB_FUNC 0x2085D15D,scePowerGetBatteryLifePercent
STUB_FUNC 0x8EFB3FA2,scePowerGetBatteryLifeTime
STUB_FUNC 0xB4432BC8,scePowerGetBatteryChargingStatus
STUB_FUNC 0xAC32C9CC,scePowerRequestSuspend
STUB_FUNC 0x2B7C7CF4,scePowerRequestStandby
STUB_END
STUB_START "sceRtc",0x40090000,0x00020005
STUB_FUNC 0x57726BC1,sceRtcGetDayOfWeek
STUB_FUNC 0xE7C27D1B,sceRtcGetCurrentClockLocalTime
STUB_END
STUB_START "sceCtrl",0x40090000,0x00060005
STUB_FUNC 0x6A2774F3,sceCtrlSetSamplingCycle
STUB_FUNC 0x1F4011E6,sceCtrlSetSamplingMode
STUB_END
STUB_START "IoFileMgrForKernel",0x40090000,0x00080005
STUB_FUNC 0xACE946E8,sceIoGetstat
STUB_FUNC 0x6A638D83,sceIoRead
STUB_FUNC 0x27EB27B8,sceIoLseek
STUB_FUNC 0x109F50BC,sceIoOpen
STUB_FUNC 0x810C4BC3,sceIoClose
STUB_FUNC 0x42EC03AC,sceIoWrite
STUB_FUNC 0xF27A9C51,sceIoRemove
STUB_FUNC 0x68963324,sceIoLseek32
STUB_END
STUB_START "sceDisplay",0x40090000,0x00040005
STUB_FUNC 0x984C27E7,sceDisplayWaitVblankStart
STUB_FUNC 0xDEA197D4,sceDisplayGetMode
STUB_FUNC 0xEEDA2E54,sceDisplayGetFrameBuf
STUB_FUNC 0x31C4BAA8,sceDisplayGetBrightness
STUB_END
STUB_START "sceVshBridge",0x40090000,0x00010005
STUB_FUNC 0xC6395C03,vshCtrlReadBufferPositive
STUB_END
STUB_START "sceImpose_driver",0x40090000,0x00010005
STUB_FUNC 0x531C9778,sceImposeGetParam
STUB_END
STUB_START "sceSysreg_driver",0x40090000,0x00020005
STUB_FUNC 0x8E2FB536,sceSysregAudioIoDisable
STUB_FUNC 0xBB26CF1F,sceSysregAudioIoEnable
STUB_END
STUB_START "SysMemUserForUser",0x40090000,0x00010005
STUB_FUNC 0x3FC9AE6A,sceKernelDevkitVersion
STUB_END
STUB_START "PspLsLibrary",0x40090000,0x00020005
STUB_FUNC 0xC118AA99,PspLsLibrarySaveStates
STUB_FUNC 0xE34921F7,PspLsLibraryLoadStates
STUB_END
STUB_START "PspStatesLibrary",0x40090000,0x00020005
STUB_FUNC 0x31BDF666, SaveStates
STUB_FUNC 0x7B9DE7E3, LoadStates
STUB_END
STUB_START "sceSuspendForKernel",0x40000000,0x00020005
STUB_FUNC 0xA14F40B2,sceKernelVolatileMemTryLock
STUB_FUNC 0xA569E425,sceKernelVolatileMemUnlock
STUB_END
STUB_START "SysMemForKernel",0x40090000,0x00010005
STUB_FUNC 0xCD617A94,sceKernelGetGameInfo
STUB_END
STUB_START "ConvStr",0x40090000,0x00020005
STUB_FUNC 0x54B317B9,conv_utf8_to_utf16
STUB_FUNC 0xE68C3C3F,conv_utf16_to_sjis
STUB_END