summaryrefslogtreecommitdiff
path: root/include (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-07-15Update ScePafGrapheneCt9-181/+1174
2021-07-08Add prototype for sceKernelIsAccessibleRangeProcReiko Asakura1-0/+2
2021-06-16Add const qualifier to function argsReiko Asakura1-8/+8
2021-05-25Add GXM Razor callback definitionsGrapheneCt1-0/+102
2021-05-18Changes to kernel/bt.hReiko Asakura1-44/+50
2021-05-18Fix doc and add inline forwarder for sceIoMountReiko Asakura2-10/+23
2021-05-16Add sceAudiodec decoder type AAC 6CHGrapheneCt1-0/+1
2021-05-13Update fields for SceKernelAllocMemBlockKernelOptReiko Asakura1-5/+8
Names from prototype 0.940 sysmem.skprx.
2021-05-05Add sceNpGetEnvironmentrelease/0.5.0Reiko Asakura1-0/+25
2021-04-24Add sceKernelGetTLSAddr in SceThreadmgrForDriverPrincess of Sleeping2-7/+7
2021-04-18Add prototype for sceNpDrmGetRifPspKeyReiko Asakura1-0/+13
2021-04-18Add SceNpKdc functionsReiko Asakura2-0/+72
2021-04-17Update ScePaf NIDs and headersGrapheneCt8-153/+1333
2021-04-17Add kernel/npdrm.hPrincess of Sleeping1-0/+96
2021-04-17Add definitions in user/appmgr.hGrapheneCt1-2/+77
2021-04-06Add SceMode macrosrelease/0.4.0Reiko Asakura1-8/+19
From SDK 0.945.
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
2021-03-19Fix struct SceKernelModuleLibraryInfoReiko Asakura1-1/+2
2020-11-06Update name, doc, prototype in sblaimgr.hPrincess of Sleeping1-2/+87
2020-11-06Add prototypes and docs in kernel/sblacmgr.hPrincess of Sleeping1-0/+74
2020-10-31Add functions in SceDebugFor{Driver,Kernel}Princess of Sleeping1-0/+16
2020-10-31Update function args and doc in debug.hPrincess of Sleeping1-16/+73
2020-10-31Add function prototypes in sysroot.hPrincess of Sleeping1-0/+66
2020-10-31Update struct SceSysrootProcessHandlerPrincess of Sleeping1-12/+11
2020-11-10Fix name for sceSysrootGetHardwareFlagsPrincess of Sleeping1-0/+9
2020-10-30Add functions in SceSblSsUpdateMgrPrincess of Sleeping1-0/+42
2021-03-19Merge common definitions in display.hReiko Asakura2-38/+16
2021-03-19Remove dupe in display.hReiko Asakura2-146/+2
2021-03-18Add NIDs in SceAudioForDriverReiko Asakura1-8/+7
2021-03-17Change scePervasive names to match name styleReiko Asakura1-8/+8
2021-03-15Update names from prototype 0.940 display.skprxReiko Asakura4-13/+13
1. sceKernelGetKPLS is inferred from similar names. 2. sceDsiSetLanesAndPixelSize is also called sceDsiSetDisplayMode in the debug logs, but that is probably a mistake.
2021-03-14Update ScePafStdc namesrelease/0.3.0GrapheneCt1-3/+0
2021-03-13Add ScePafThread functionsGrapheneCt1-0/+232
2021-03-13Add lint script for header filesReiko Asakura2-0/+10
2020-10-23Add sce_process_preload_disabled flagsPrincess of Sleeping1-0/+26
2021-03-12Add and fix names in SceSysrootForKernelReiko Asakura1-1/+1
Names from 0.940 prototype sysmem.skprx
2021-03-12Remove sceSysrootIsManufacturingMode macroReiko Asakura1-2/+0
2021-03-12Split debug and sysroot funcs from kernel/sysmem.hReiko Asakura3-102/+134
2021-03-12Merge common definitions in power.hReiko Asakura3-306/+175
2021-03-12Remove duplicate definitions in kernel/power.hReiko Asakura1-57/+3
2021-03-12Add error code SCE_APPMGR_ERROR_NOSYSReiko Asakura1-0/+7
2021-03-12Refactor structs in common/appmgr.hReiko Asakura2-18/+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-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 Asakura3-14/+43