summaryrefslogtreecommitdiff
path: root/include/user (unfollow)
Commit message (Collapse)AuthorFilesLines
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
2021-01-20Rename iofilemgr headersReiko Asakura4-0/+0
2021-01-19Remove dupe: ctrl.hReiko Asakura1-194/+8
2021-01-19Remove dupe: processmgr.hReiko Asakura1-74/+5
2021-01-19Remove dupe: modulemgr.hReiko Asakura1-32/+3
2021-01-19Remove dupe: kernel/threadmgr.hReiko Asakura1-1502/+3
2021-01-19Remove dupe: sysmem relatedReiko Asakura2-254/+4
2021-01-16Remove dupe: sysmodule.hReiko Asakura1-105/+6
2021-01-16Remove dupe: display.hReiko Asakura1-132/+1
2021-01-16Remove dupe: appmgr.hReiko Asakura1-116/+3
2021-01-15Add gxm and gpu internal functionsGrapheneCt3-0/+90
2020-11-23Remove incorrect defn in psp2/promoterutil.hReiko Asakura1-6/+5
2020-11-21Add SceKernelAllocMemBlockOptInternalReiko Asakura1-0/+10
2020-11-21Add prototype for sceAppMgrGrowMemory{,3}GrapheneCt1-0/+16
2020-11-21Add doc for sceAppMgrSendNotificationRequestReiko Asakura1-2/+7
2020-11-08Add some comments for SceIniFileProcessorReiko Asakura1-3/+3