summaryrefslogtreecommitdiff
path: root/include (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove sceSysrootIsManufacturingMode macroReiko Asakura2021-03-121-2/+0
|
* Split debug and sysroot funcs from kernel/sysmem.hReiko Asakura2021-03-123-102/+134
|
* Merge common definitions in power.hReiko Asakura2021-03-123-306/+175
|
* Remove duplicate definitions in kernel/power.hReiko Asakura2021-03-121-57/+3
|
* Add error code SCE_APPMGR_ERROR_NOSYSReiko Asakura2021-03-121-0/+7
|
* Refactor structs in common/appmgr.hReiko Asakura2021-03-122-18/+13
| | | | | sceAppMgrDrm{Open,Close} has been moved to the common header because they are also available as user functions.
* Remove unused definitions in common/appmgr.hReiko Asakura2021-03-121-30/+0
|
* Fix function name and args in user/appmgr.hReiko Asakura2021-03-121-15/+6
|
* Conform syscall names to syslibtraceReiko Asakura2021-03-112-31/+33
| | | | | | | | These names are guessed: sceUsbdRegisterCallbackForUser sceUsbdUnregisterCallbackForUser sceSblUsVerifyPupAdditionalSignForUser
* Add sceKernelGetSystemTime functionsReiko Asakura2021-03-113-14/+43
|
* Move threadmgr functions to common headerReiko Asakura2021-03-113-36/+21
| | | | | sceKernelGetTLSAddr has been removed for kernel because it does not exist.
* Add prototypes in clockgen.hReiko Asakura2021-03-111-0/+16
|
* Add and change names in SceSblACMgr from dbg logReiko Asakura2021-03-081-1/+1
| | | | | | | | | | | | From prototype 0.940 ss_mgr.skprx sceSblACMgrIsSystemProgram sceSblACMgrGetMediaType From prototype 0.940 exfatfs.skprx sceSblACMgrGetFSAttributeByThreadAccessLevel sceSblACMgrSetFSAttributeByPermission
* 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
|