summaryrefslogtreecommitdiff
path: root/include/user (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-09-20Changes for thread context structsHEADmasterGrapheneCt1-14/+4
From pthread_vita.h from Unity 2017
2021-09-20Changes for SceKernelThreadOptParamInternalGrapheneCt1-0/+2
2021-08-24Move memblock types into common memblock.hReiko Asakura1-18/+0
2021-07-15Update ScePafGrapheneCt9-181/+1174
2021-05-25Add GXM Razor callback definitionsGrapheneCt1-0/+102
2021-05-18Fix doc and add inline forwarder for sceIoMountReiko Asakura1-5/+18
2021-05-16Add sceAudiodec decoder type AAC 6CHGrapheneCt1-0/+1
2021-05-05Add sceNpGetEnvironmentrelease/0.5.0Reiko Asakura1-0/+25
2021-04-24Add sceKernelGetTLSAddr in SceThreadmgrForDriverPrincess of Sleeping1-7/+0
2021-04-18Add SceNpKdc functionsReiko Asakura2-0/+72
2021-04-17Update ScePaf NIDs and headersGrapheneCt8-153/+1333
2021-04-17Add definitions in user/appmgr.hGrapheneCt1-2/+77
2021-04-01Enclose macro definition in parenthesesReiko Asakura1-2/+2
2021-03-26Add NIDs to SceNpCommonPs4Reiko Asakura1-0/+26
Every name is from the PS4 SceNpCommon except for sceNpGetSystemClockLowUsec.
2021-03-26Add inline forwarder for sysmodule with argReiko Asakura1-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.
2021-03-26Changes to SceIniFileProcessorReiko Asakura1-27/+42
2021-03-20Add C++ paf classesGrapheneCt9-114/+925
2020-10-30Add functions in SceSblSsUpdateMgrPrincess of Sleeping1-0/+42
2021-03-19Merge common definitions in display.hReiko Asakura1-41/+0
2021-03-19Remove dupe in display.hReiko Asakura1-15/+0
2021-03-14Update ScePafStdc namesrelease/0.3.0GrapheneCt1-3/+0
2021-03-13Add ScePafThread functionsGrapheneCt1-0/+232
2021-03-12Merge common definitions in power.hReiko Asakura1-157/+0
2021-03-12Fix function name and args in user/appmgr.hReiko Asakura1-15/+6
2021-03-11Conform syscall names to syslibtraceReiko Asakura2-31/+33
These names are guessed: sceUsbdRegisterCallbackForUser sceUsbdUnregisterCallbackForUser sceSblUsVerifyPupAdditionalSignForUser
2021-03-11Add sceKernelGetSystemTime functionsReiko Asakura1-7/+0
2021-03-11Move threadmgr functions to common headerReiko Asakura1-21/+0
sceKernelGetTLSAddr has been removed for kernel because it does not exist.
2021-03-11Remove old SDK functionsReiko Asakura2-30/+0
For condition variable functions see: https://psvita.scedev.net/technotes/view/355 https://psvita.scedev.net/technotes/view/356
2021-03-10Remove forwarded syscallsReiko Asakura3-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.
2021-03-08Fix type for user sceSblACMgrIsGameProgramReiko Asakura1-1/+3
sceSblACMgrIsGameProgram is an export of SceLibKernel, which calls _sceSblACMgrIsGameProgram which is an export of SceSblACMgr.
2021-03-10Fix names for sceKernelGetThreadTLSAddrReiko Asakura1-17/+15
_sceKernelGetThreadTLSAddr is a name in syslibtrace.
2021-03-08Rename include guardsReiko Asakura57-171/+172
2021-03-03Add SceNpWebApi internal functionsReiko Asakura1-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-26Changes to user/incoming_dialog.hReiko Asakura1-17/+27
2021-02-25Add sceGxmGetDeviceDataGrapheneCt1-0/+9
2021-02-25Add PowerVR services headerGrapheneCt1-0/+126
2021-02-25Move gpu_es4.h -> gpu_es4/error.hReiko Asakura1-3/+3
2021-02-11Add package workflowReiko Asakura58-0/+232
2021-02-11Fix includes: variousReiko Asakura37-74/+44
2020-10-14Add internal and nongame funcs for videodec.hGrapheneCt1-0/+34
2020-07-22Add SceSas internal functionsGrapheneCt1-0/+53
2020-10-14Add internal and nongame funcs for avcdec.hGrapheneCt1-0/+59
2020-11-21Add type SILK for audiodec and audioencGrapheneCt2-0/+18
2021-02-11Remove dupe: power.hReiko Asakura1-83/+2
2021-01-31Remove dupe: libkernel.hReiko Asakura1-15/+3
2021-01-31Rename clib.h -> libkernel.hReiko Asakura1-0/+0
2021-01-20Merge common: ctrl.hReiko Asakura1-59/+0
2021-01-20Merge common: dmacmgrReiko Asakura1-36/+0
2021-01-20Merge common: iofilemgrReiko Asakura4-369/+0
2021-01-20Remove dupe: iofilemgrReiko Asakura5-318/+11