summaryrefslogtreecommitdiff
path: root/include/common (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-09-20Changes for thread context structsHEADmasterGrapheneCt1-0/+18
From pthread_vita.h from Unity 2017
2021-09-20Changes for SceKernelThreadOptParamInternalGrapheneCt1-8/+19
2021-08-24Add memblock typesReiko Asakura1-0/+25
From 0.990 prototype sysmem.elf. See function at 0x8100A02C.
2021-08-24Add memblock typesReiko Asakura1-4/+75
From 0.990 prototype sysmem.elf. See 0x8105A034 to 0x8105A610.
2021-08-24Move memblock types into common memblock.hReiko Asakura1-0/+30
2021-04-24Add sceKernelGetTLSAddr in SceThreadmgrForDriverPrincess of Sleeping1-0/+7
2021-04-06Add SceMode macrosrelease/0.4.0Reiko Asakura1-8/+19
From SDK 0.945.
2021-03-19Merge common definitions in display.hReiko Asakura1-0/+54
2020-10-23Add sce_process_preload_disabled flagsPrincess of Sleeping1-0/+26
2021-03-12Merge common definitions in power.hReiko Asakura1-0/+175
2021-03-12Add error code SCE_APPMGR_ERROR_NOSYSReiko Asakura1-0/+7
2021-03-12Refactor structs in common/appmgr.hReiko Asakura1-14/+13
sceAppMgrDrm{Open,Close} has been moved to the common header because they are also available as user functions.
2021-03-12Remove unused definitions in common/appmgr.hReiko Asakura1-30/+0
2021-03-11Add sceKernelGetSystemTime functionsReiko Asakura1-0/+43
2021-03-11Move threadmgr functions to common headerReiko Asakura1-0/+21
sceKernelGetTLSAddr has been removed for kernel because it does not exist.
2021-03-08Rename include guardsReiko Asakura5-14/+14
2021-03-05Rename sceKernelCpuGetCpuId -> sceKernelCpuIdReiko Asakura1-0/+17
This name is from SDK 0.945.040, and also confirmed by SHA1 digest in SceKblForKernel.
2021-03-05Add comments in common/kernel/cpu.hReiko Asakura1-7/+12
2021-02-11Add package workflowReiko Asakura8-0/+32
2021-02-11Fix includes: variousReiko Asakura3-1/+5
2021-01-20Merge common: ctrl.hReiko Asakura1-0/+94
2021-01-20Merge common: dmacmgrReiko Asakura1-0/+33
2021-01-20Merge common: iofilemgrReiko Asakura2-0/+348
2021-01-20Remove dupe: iofilemgrReiko Asakura4-105/+4
2021-01-20Rename iofilemgr headersReiko Asakura3-0/+0
2021-01-19Remove dupe: kernel/threadmgr.hReiko Asakura1-270/+5
2021-01-19Remove dupe: kernel/cpu.hReiko Asakura1-9/+2
2021-01-16Remove dupe: appmgr.hReiko Asakura1-1/+1
2020-09-18Indent with tabs instead of spacesReiko Asakura1-8/+8
2020-09-05Add thread related function and typesGrapheneCt1-0/+13
Credits: Graphene
2020-08-20Add sceAppMgrDrmOpen/CloseReiko Asakura1-0/+13
2020-08-20Move defns psp2/apputil.h to psp2common/appmgr.hReiko Asakura1-0/+50
2020-08-08Add file permission modesReiko Asakura1-0/+2
2020-07-23Put common IO definitions into psp2commonReiko Asakura4-0/+164
2020-07-21Add doc and remove unneeded includeReiko Asakura1-2/+2
2020-07-05Add threadmgr constants and prototypesReiko Asakura1-0/+273
2020-07-05Add CPU constantsReiko Asakura1-0/+19