summaryrefslogtreecommitdiff
path: root/include (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix name and type sceKernelExtendKernelStackWideReiko Asakura2021-03-081-6/+31
| | | | | | | | | | | Name is from prototype 0.940 threadmgr.skprx. In practice, sceKernelExtendKernelStack is the same function as sceKernelExtendKernelStackWide, but are named differently for two reason: 1. SceThreadmgrForDriver exports both of them. 2. iofilemgr.skprx uses both of them depending on if a wide return value is required.
* Remove old SDK functionsReiko Asakura2021-03-112-30/+0
| | | | | | | For condition variable functions see: https://psvita.scedev.net/technotes/view/355 https://psvita.scedev.net/technotes/view/356
* Remove forwarded syscallsReiko Asakura2021-03-103-192/+0
| | | | | | | | | | | The criteria for removal are 1. The syscall forwarder does not modify arguments or pass additional arguments. 2. The syscall is not used outside of the syscall forwarder. For the removed headers, appmgr.h is wrong, iofilemgr_syscall.h is correct, and net_syscalls.h is unknown.
* Fix type for user sceSblACMgrIsGameProgramReiko Asakura2021-03-081-1/+3
| | | | | sceSblACMgrIsGameProgram is an export of SceLibKernel, which calls _sceSblACMgrIsGameProgram which is an export of SceSblACMgr.
* Fix names for sceKernelGetThreadTLSAddrReiko Asakura2021-03-101-17/+15
| | | | _sceKernelGetThreadTLSAddr is a name in syslibtrace.
* Rename include guardsReiko Asakura2021-03-0896-287/+288
|
* Add clockgen functionsGrapheneCt2021-03-071-0/+30
| | | | Not sure about sceClockgenSetSpectrumSpreading.
* Rename sceKernelCpuGetCpuId -> sceKernelCpuIdReiko Asakura2021-03-052-7/+17
| | | | | This name is from SDK 0.945.040, and also confirmed by SHA1 digest in SceKblForKernel.
* Add comments in common/kernel/cpu.hReiko Asakura2021-03-051-7/+12
|
* Add SceNpWebApi internal functionsReiko Asakura2021-03-031-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
* Changes to user/incoming_dialog.hReiko Asakura2021-02-261-17/+27
|
* Add sceGxmGetDeviceDataGrapheneCt2021-02-251-0/+9
|
* Add PowerVR services headerGrapheneCt2021-02-251-0/+126
|
* Move gpu_es4.h -> gpu_es4/error.hReiko Asakura2021-02-251-3/+3
|
* Add prototype for sceKernelSysrootGetShellPidReiko Asakura2021-02-231-0/+7
|
* Add sceKernelCreateHeap flags and optsrelease/0.1.0Reiko Asakura2021-02-161-4/+14
|
* Add sceSysconCtrlDolceLEDReiko Asakura2021-02-161-0/+9
|
* Add prototype for sceKernelSwitchPidContextReiko Asakura2021-02-161-0/+1
|
* Remove inline asm in cpu.hReiko Asakura2021-02-161-81/+1
|
* Add package workflowReiko Asakura2021-02-11102-0/+408
|
* Fix includes: variousReiko Asakura2021-02-1167-127/+74
|
* SceIntrmgrForDriver: fix function namesReiko Asakura2021-02-111-9/+8
| | | | | | | Confirmed by 0.990 intrmgr.skprx deci4p_sdbgp.skprx
* Add internal and nongame funcs for videodec.hGrapheneCt2020-10-141-0/+34
|
* Add SceSas internal functionsGrapheneCt2020-07-221-0/+53
|
* Add internal and nongame funcs for avcdec.hGrapheneCt2020-10-141-0/+59
|
* Add type SILK for audiodec and audioencGrapheneCt2020-11-212-0/+18
|
* Remove dupe: power.hReiko Asakura2021-02-111-83/+2
|
* Remove dupe: libkernel.hReiko Asakura2021-01-311-15/+3
|
* Rename clib.h -> libkernel.hReiko Asakura2021-01-311-0/+0
|
* Merge common: ctrl.hReiko Asakura2021-01-203-118/+94
|
* Merge common: dmacmgrReiko Asakura2021-01-202-46/+7
|
* Merge common: iofilemgrReiko Asakura2021-01-2010-760/+348
|
* Remove dupe: iofilemgrReiko Asakura2021-01-2013-724/+25
|
* Rename iofilemgr headersReiko Asakura2021-01-2010-0/+0
|
* Add scejpegenc.h for kernelReiko Asakura2021-01-201-0/+1
|
* Remove dupe: ctrl.hReiko Asakura2021-01-192-355/+16
|
* Remove dupe: processmgr.hReiko Asakura2021-01-192-75/+6
|
* Remove dupe: modulemgr.hReiko Asakura2021-01-192-141/+14
|
* Remove dupe: kernel/threadmgr.hReiko Asakura2021-01-193-2630/+9
|
* Remove dupe: sysmem relatedReiko Asakura2021-01-193-311/+13
|
* Remove dupe: kernel/cpu.hReiko Asakura2021-01-192-11/+5
|
* Remove dupe: sysmodule.hReiko Asakura2021-01-161-105/+6
|
* Remove dupe: display.hReiko Asakura2021-01-161-132/+1
|
* Remove dupe: appmgr.hReiko Asakura2021-01-162-117/+4
|
* Remove kscePowerSetGpuClockFrequencyReiko Asakura2021-01-151-10/+0
|
* Fix ScePower NIDs and prototypePrincess of Sleeping2021-01-041-3/+3
|
* Add gxm and gpu internal functionsGrapheneCt2021-01-153-0/+90
|
* Remove incorrect defn in psp2/promoterutil.hReiko Asakura2020-11-231-6/+5
|
* Add SceKernelAllocMemBlockOptInternalReiko Asakura2020-11-211-0/+10
|
* Add prototype for sceAppMgrGrowMemory{,3}GrapheneCt2020-11-211-0/+16
|