Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-03-08 | Fix type for user sceSblACMgrIsGameProgram | Reiko Asakura | 1 | -1/+3 | |
sceSblACMgrIsGameProgram is an export of SceLibKernel, which calls _sceSblACMgrIsGameProgram which is an export of SceSblACMgr. | |||||
2021-03-10 | Fix names for sceKernelGetThreadTLSAddr | Reiko Asakura | 1 | -17/+15 | |
_sceKernelGetThreadTLSAddr is a name in syslibtrace. | |||||
2021-03-08 | Rename include guards | Reiko Asakura | 96 | -287/+288 | |
2021-03-07 | Add clockgen functions | GrapheneCt | 1 | -0/+30 | |
Not sure about sceClockgenSetSpectrumSpreading. | |||||
2021-03-05 | Rename sceKernelCpuGetCpuId -> sceKernelCpuId | Reiko Asakura | 2 | -7/+17 | |
This name is from SDK 0.945.040, and also confirmed by SHA1 digest in SceKblForKernel. | |||||
2021-03-05 | Add comments in common/kernel/cpu.h | Reiko Asakura | 1 | -7/+12 | |
2021-03-03 | Add SceNpWebApi internal functions | Reiko Asakura | 1 | -0/+157 | |
Naming convention is based on SceNpWebApi from PS4's system software. Some of the functions added do not exist in PS4's SceNpWebApi, or exist as a non-internal function. Note that all PS4 export names can be verified with SHA1 digest. These name are made up: sceNpWebApiInitializeForSceShell sceNpWebApiModuleStartForSceShell sceNpWebApiModuleStopForSceShell | |||||
2021-02-26 | Changes to user/incoming_dialog.h | Reiko Asakura | 1 | -17/+27 | |
2021-02-25 | Add sceGxmGetDeviceData | GrapheneCt | 1 | -0/+9 | |
2021-02-25 | Add PowerVR services header | GrapheneCt | 1 | -0/+126 | |
2021-02-25 | Move gpu_es4.h -> gpu_es4/error.h | Reiko Asakura | 1 | -3/+3 | |
2021-02-23 | Add prototype for sceKernelSysrootGetShellPid | Reiko Asakura | 1 | -0/+7 | |
2021-02-16 | Add sceKernelCreateHeap flags and optsrelease/0.1.0 | Reiko Asakura | 1 | -4/+14 | |
2021-02-16 | Add sceSysconCtrlDolceLED | Reiko Asakura | 1 | -0/+9 | |
2021-02-16 | Add prototype for sceKernelSwitchPidContext | Reiko Asakura | 1 | -0/+1 | |
2021-02-16 | Remove inline asm in cpu.h | Reiko Asakura | 1 | -81/+1 | |
2021-02-11 | Add package workflow | Reiko Asakura | 102 | -0/+408 | |
2021-02-11 | Fix includes: various | Reiko Asakura | 67 | -127/+74 | |
2021-02-11 | SceIntrmgrForDriver: fix function names | Reiko Asakura | 1 | -9/+8 | |
Confirmed by 0.990 intrmgr.skprx deci4p_sdbgp.skprx | |||||
2020-10-14 | Add internal and nongame funcs for videodec.h | GrapheneCt | 1 | -0/+34 | |
2020-07-22 | Add SceSas internal functions | GrapheneCt | 1 | -0/+53 | |
2020-10-14 | Add internal and nongame funcs for avcdec.h | GrapheneCt | 1 | -0/+59 | |
2020-11-21 | Add type SILK for audiodec and audioenc | GrapheneCt | 2 | -0/+18 | |
2021-02-11 | Remove dupe: power.h | Reiko Asakura | 1 | -83/+2 | |
2021-01-31 | Remove dupe: libkernel.h | Reiko Asakura | 1 | -15/+3 | |
2021-01-31 | Rename clib.h -> libkernel.h | Reiko Asakura | 1 | -0/+0 | |
2021-01-20 | Merge common: ctrl.h | Reiko Asakura | 3 | -118/+94 | |
2021-01-20 | Merge common: dmacmgr | Reiko Asakura | 2 | -46/+7 | |
2021-01-20 | Merge common: iofilemgr | Reiko Asakura | 10 | -760/+348 | |
2021-01-20 | Remove dupe: iofilemgr | Reiko Asakura | 13 | -724/+25 | |
2021-01-20 | Rename iofilemgr headers | Reiko Asakura | 10 | -0/+0 | |
2021-01-20 | Add scejpegenc.h for kernel | Reiko Asakura | 1 | -0/+1 | |
2021-01-19 | Remove dupe: ctrl.h | Reiko Asakura | 2 | -355/+16 | |
2021-01-19 | Remove dupe: processmgr.h | Reiko Asakura | 2 | -75/+6 | |
2021-01-19 | Remove dupe: modulemgr.h | Reiko Asakura | 2 | -141/+14 | |
2021-01-19 | Remove dupe: kernel/threadmgr.h | Reiko Asakura | 3 | -2630/+9 | |
2021-01-19 | Remove dupe: sysmem related | Reiko Asakura | 3 | -311/+13 | |
2021-01-19 | Remove dupe: kernel/cpu.h | Reiko Asakura | 2 | -11/+5 | |
2021-01-16 | Remove dupe: sysmodule.h | Reiko Asakura | 1 | -105/+6 | |
2021-01-16 | Remove dupe: display.h | Reiko Asakura | 1 | -132/+1 | |
2021-01-16 | Remove dupe: appmgr.h | Reiko Asakura | 2 | -117/+4 | |
2021-01-15 | Remove kscePowerSetGpuClockFrequency | Reiko Asakura | 1 | -10/+0 | |
2021-01-04 | Fix ScePower NIDs and prototype | Princess of Sleeping | 1 | -3/+3 | |
2021-01-15 | Add gxm and gpu internal functions | GrapheneCt | 3 | -0/+90 | |
2020-11-23 | Remove incorrect defn in psp2/promoterutil.h | Reiko Asakura | 1 | -6/+5 | |
2020-11-21 | Add SceKernelAllocMemBlockOptInternal | Reiko Asakura | 1 | -0/+10 | |
2020-11-21 | Add prototype for sceAppMgrGrowMemory{,3} | GrapheneCt | 1 | -0/+16 | |
2020-11-21 | Add doc for sceAppMgrSendNotificationRequest | Reiko Asakura | 1 | -2/+7 | |
2020-11-08 | Add some comments for SceIniFileProcessor | Reiko Asakura | 1 | -3/+3 | |
2020-11-08 | Additions for SceAudiocodec | GrapheneCt | 1 | -8/+190 | |