summaryrefslogtreecommitdiff
path: root/include/user (unfollow)
Commit message (Collapse)AuthorFilesLines
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
2020-11-08Additions for SceAudiocodecGrapheneCt1-8/+190
2020-11-05SceIniFileProcessor: shuffle starsReiko Asakura1-4/+4
2020-11-04Add prototype sceGxmCheckMappedMemoryReiko Asakura1-0/+21
2020-11-04Changes for SceNotificationUtilReiko Asakura1-22/+34
2020-11-01Changes to SceShaccCg headersReiko Asakura3-227/+141
1. Added some comments about overall usage. 2. Removed non-existent functions 3. Use standard types instead of SCE types. In particular, SceChar8 is signed char which is not the same type as char, even though they are both signed 8 bit numbers.
2020-11-01SceDisplay: use real names for iUpdateTimingModeReiko Asakura1-4/+6
2020-10-24Add SceMotion ext and internal funcsGrapheneCt1-0/+109
2020-10-16Added ShaccCg HeadersSonicMastr3-0/+1188
https://github.com/DolceSDK/headers/pull/12
2020-10-13Add psp2/audiocodec.hGrapheneCt1-0/+26
2020-10-10Add memblock.hReiko Asakura2-79/+267
2020-10-02SceIniFileProcessor: fixes for type and namesReiko Asakura1-9/+10
2020-10-01Add sceAppMgrSendNotificationRequestGrapheneCt1-0/+10