summaryrefslogtreecommitdiff
path: root/include/user (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Changes for thread context structsHEADmasterGrapheneCt2021-09-201-14/+4
| | | | From pthread_vita.h from Unity 2017
* Changes for SceKernelThreadOptParamInternalGrapheneCt2021-09-201-0/+2
|
* Move memblock types into common memblock.hReiko Asakura2021-08-241-18/+0
|
* Update ScePafGrapheneCt2021-07-159-181/+1174
|
* Add GXM Razor callback definitionsGrapheneCt2021-05-251-0/+102
|
* Fix doc and add inline forwarder for sceIoMountReiko Asakura2021-05-181-5/+18
|
* Add sceAudiodec decoder type AAC 6CHGrapheneCt2021-05-161-0/+1
|
* Add sceNpGetEnvironmentrelease/0.5.0Reiko Asakura2021-05-051-0/+25
|
* Add sceKernelGetTLSAddr in SceThreadmgrForDriverPrincess of Sleeping2021-04-241-7/+0
|
* Add SceNpKdc functionsReiko Asakura2021-04-182-0/+72
|
* Update ScePaf NIDs and headersGrapheneCt2021-04-178-153/+1333
|
* Add definitions in user/appmgr.hGrapheneCt2021-04-171-2/+77
|
* Enclose macro definition in parenthesesReiko Asakura2021-04-011-2/+2
|
* Add NIDs to SceNpCommonPs4Reiko Asakura2021-03-261-0/+26
| | | | | Every name is from the PS4 SceNpCommon except for sceNpGetSystemClockLowUsec.
* Add inline forwarder for sysmodule with argReiko Asakura2021-03-261-6/+28
| | | | | | | | | Official names for these functions have a underscore prefix, which is a convention for forwarded syscalls. Since the forwarders are not found in any system software module, they must be inline. Also note that the fourth argument has unused fields, characteristic of forwarded syscalls.
* Changes to SceIniFileProcessorReiko Asakura2021-03-261-27/+42
|
* Add C++ paf classesGrapheneCt2021-03-209-114/+925
|
* Add functions in SceSblSsUpdateMgrPrincess of Sleeping2020-10-301-0/+42
|
* Merge common definitions in display.hReiko Asakura2021-03-191-41/+0
|
* Remove dupe in display.hReiko Asakura2021-03-191-15/+0
|
* Update ScePafStdc namesrelease/0.3.0GrapheneCt2021-03-141-3/+0
|
* Add ScePafThread functionsGrapheneCt2021-03-131-0/+232
|
* Merge common definitions in power.hReiko Asakura2021-03-121-157/+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-111-7/+0
|
* Move threadmgr functions to common headerReiko Asakura2021-03-111-21/+0
| | | | | sceKernelGetTLSAddr has been removed for kernel because it does not exist.
* 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-0857-171/+172
|
* 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 package workflowReiko Asakura2021-02-1158-0/+232
|
* Fix includes: variousReiko Asakura2021-02-1137-74/+44
|
* 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-201-59/+0
|
* Merge common: dmacmgrReiko Asakura2021-01-201-36/+0
|
* Merge common: iofilemgrReiko Asakura2021-01-204-369/+0
|
* Remove dupe: iofilemgrReiko Asakura2021-01-205-318/+11
|