Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-09-20 | Changes for thread context structsHEADmaster | GrapheneCt | 1 | -0/+18 | |
From pthread_vita.h from Unity 2017 | |||||
2021-09-20 | Changes for SceKernelThreadOptParamInternal | GrapheneCt | 1 | -8/+19 | |
2021-08-24 | Add memblock types | Reiko Asakura | 1 | -0/+25 | |
From 0.990 prototype sysmem.elf. See function at 0x8100A02C. | |||||
2021-08-24 | Add memblock types | Reiko Asakura | 1 | -4/+75 | |
From 0.990 prototype sysmem.elf. See 0x8105A034 to 0x8105A610. | |||||
2021-08-24 | Move memblock types into common memblock.h | Reiko Asakura | 1 | -0/+30 | |
2021-04-24 | Add sceKernelGetTLSAddr in SceThreadmgrForDriver | Princess of Sleeping | 1 | -0/+7 | |
2021-04-06 | Add SceMode macrosrelease/0.4.0 | Reiko Asakura | 1 | -8/+19 | |
From SDK 0.945. | |||||
2021-03-19 | Merge common definitions in display.h | Reiko Asakura | 1 | -0/+54 | |
2020-10-23 | Add sce_process_preload_disabled flags | Princess of Sleeping | 1 | -0/+26 | |
2021-03-12 | Merge common definitions in power.h | Reiko Asakura | 1 | -0/+175 | |
2021-03-12 | Add error code SCE_APPMGR_ERROR_NOSYS | Reiko Asakura | 1 | -0/+7 | |
2021-03-12 | Refactor structs in common/appmgr.h | Reiko Asakura | 1 | -14/+13 | |
sceAppMgrDrm{Open,Close} has been moved to the common header because they are also available as user functions. | |||||
2021-03-12 | Remove unused definitions in common/appmgr.h | Reiko Asakura | 1 | -30/+0 | |
2021-03-11 | Add sceKernelGetSystemTime functions | Reiko Asakura | 1 | -0/+43 | |
2021-03-11 | Move threadmgr functions to common header | Reiko Asakura | 1 | -0/+21 | |
sceKernelGetTLSAddr has been removed for kernel because it does not exist. | |||||
2021-03-08 | Rename include guards | Reiko Asakura | 5 | -14/+14 | |
2021-03-05 | Rename sceKernelCpuGetCpuId -> sceKernelCpuId | Reiko Asakura | 1 | -0/+17 | |
This name is from SDK 0.945.040, and also confirmed by SHA1 digest in SceKblForKernel. | |||||
2021-03-05 | Add comments in common/kernel/cpu.h | Reiko Asakura | 1 | -7/+12 | |
2021-02-11 | Add package workflow | Reiko Asakura | 8 | -0/+32 | |
2021-02-11 | Fix includes: various | Reiko Asakura | 3 | -1/+5 | |
2021-01-20 | Merge common: ctrl.h | Reiko Asakura | 1 | -0/+94 | |
2021-01-20 | Merge common: dmacmgr | Reiko Asakura | 1 | -0/+33 | |
2021-01-20 | Merge common: iofilemgr | Reiko Asakura | 2 | -0/+348 | |
2021-01-20 | Remove dupe: iofilemgr | Reiko Asakura | 4 | -105/+4 | |
2021-01-20 | Rename iofilemgr headers | Reiko Asakura | 3 | -0/+0 | |
2021-01-19 | Remove dupe: kernel/threadmgr.h | Reiko Asakura | 1 | -270/+5 | |
2021-01-19 | Remove dupe: kernel/cpu.h | Reiko Asakura | 1 | -9/+2 | |
2021-01-16 | Remove dupe: appmgr.h | Reiko Asakura | 1 | -1/+1 | |
2020-09-18 | Indent with tabs instead of spaces | Reiko Asakura | 1 | -8/+8 | |
2020-09-05 | Add thread related function and types | GrapheneCt | 1 | -0/+13 | |
Credits: Graphene | |||||
2020-08-20 | Add sceAppMgrDrmOpen/Close | Reiko Asakura | 1 | -0/+13 | |
2020-08-20 | Move defns psp2/apputil.h to psp2common/appmgr.h | Reiko Asakura | 1 | -0/+50 | |
2020-08-08 | Add file permission modes | Reiko Asakura | 1 | -0/+2 | |
2020-07-23 | Put common IO definitions into psp2common | Reiko Asakura | 4 | -0/+164 | |
2020-07-21 | Add doc and remove unneeded include | Reiko Asakura | 1 | -2/+2 | |
2020-07-05 | Add threadmgr constants and prototypes | Reiko Asakura | 1 | -0/+273 | |
2020-07-05 | Add CPU constants | Reiko Asakura | 1 | -0/+19 | |