summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add SceMode macrosrelease/0.4.0Reiko Asakura2021-04-061-8/+19
| | | | From SDK 0.945.
* Add NIDs in ScePafStdcGrapheneCt2021-04-011-0/+16
|
* Enclose macro definition in parenthesesReiko Asakura2021-04-011-2/+2
|
* Move sceKernelExitDeleteThread to SceThreadmgrReiko Asakura2021-03-311-4/+1
|
* Add NIDs in ScePervasiveForDriverReiko Asakura2021-03-271-0/+3
| | | | Names from camera.skprx from 0.940 prototype.
* Fix ScePafStdc exit and abort NIDsGrapheneCt2021-03-261-2/+2
|
* Add NIDs to SceNpCommonPs4Reiko Asakura2021-03-262-0/+65
| | | | | Every name is from the PS4 SceNpCommon except for sceNpGetSystemClockLowUsec.
* Add inline forwarder for sysmodule with argReiko Asakura2021-03-261-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.
* Changes to SceIniFileProcessorReiko Asakura2021-03-262-30/+46
|
* Change GLES2 header install pathReiko Asakura2021-03-201-5/+5
| | | | Avoids conflict with other GL header providers.
* Add C++ paf classesGrapheneCt2021-03-2010-126/+988
|
* Fix struct SceKernelModuleLibraryInfoReiko Asakura2021-03-191-1/+2
|
* Update name, doc, prototype in sblaimgr.hPrincess of Sleeping2020-11-062-3/+88
|
* Add prototypes and docs in kernel/sblacmgr.hPrincess of Sleeping2020-11-061-0/+74
|
* Add functions in SceDebugFor{Driver,Kernel}Princess of Sleeping2020-10-312-0/+18
|
* Update function args and doc in debug.hPrincess of Sleeping2020-10-311-16/+73
|
* Add function prototypes in sysroot.hPrincess of Sleeping2020-10-312-0/+68
|
* Update struct SceSysrootProcessHandlerPrincess of Sleeping2020-10-311-12/+11
|
* Fix name for sceSysrootGetHardwareFlagsPrincess of Sleeping2020-11-102-1/+10
|
* Add functions in SceSblSsUpdateMgrPrincess of Sleeping2020-10-302-0/+58
|
* Add NIDs in SceDisplayForDriverReiko Asakura2021-03-191-0/+2
|
* Merge common definitions in display.hReiko Asakura2021-03-192-38/+16
|
* Remove dupe in display.hReiko Asakura2021-03-192-146/+2
|
* Add NIDs in SceAudioForDriverReiko Asakura2021-03-182-8/+18
|
* Add NIDs in ScePervasiveForDriverReiko Asakura2021-03-181-0/+16
|
* Change scePervasive names to match name styleReiko Asakura2021-03-172-16/+16
|
* Update names from prototype 0.940 display.skprxReiko Asakura2021-03-156-26/+26
| | | | | | | 1. sceKernelGetKPLS is inferred from similar names. 2. sceDsiSetLanesAndPixelSize is also called sceDsiSetDisplayMode in the debug logs, but that is probably a mistake.
* Update ScePafStdc namesrelease/0.3.0GrapheneCt2021-03-142-10/+16
|
* Check dupe NIDs in same library in lint workflowReiko Asakura2021-03-142-0/+29
|
* Use ruamel instead of PyYAMLReiko Asakura2021-03-142-11/+6
|
* Add ScePafThread functionsGrapheneCt2021-03-132-0/+305
|
* Add lint script for header filesReiko Asakura2021-03-134-0/+57
|
* Add sce_process_preload_disabled flagsPrincess of Sleeping2020-10-231-0/+26
|
* Add and fix names in SceSysrootForKernelReiko Asakura2021-03-122-2/+14
| | | | Names from 0.940 prototype sysmem.skprx
* Remove sceSysrootIsManufacturingMode macroReiko Asakura2021-03-121-2/+0
|
* Split debug and sysroot funcs from kernel/sysmem.hReiko Asakura2021-03-123-102/+134
|
* Merge common definitions in power.hReiko Asakura2021-03-123-306/+175
|
* Remove duplicate definitions in kernel/power.hReiko Asakura2021-03-121-57/+3
|
* Add error code SCE_APPMGR_ERROR_NOSYSReiko Asakura2021-03-121-0/+7
|
* Refactor structs in common/appmgr.hReiko Asakura2021-03-122-18/+13
| | | | | sceAppMgrDrm{Open,Close} has been moved to the common header because they are also available as user functions.
* Remove unused definitions in common/appmgr.hReiko Asakura2021-03-121-30/+0
|
* Fix function name and args in user/appmgr.hReiko Asakura2021-03-121-15/+6
|
* Add NIDs in SceHpremoteReiko Asakura2021-03-111-0/+16
|
* Conform syscall names to syslibtraceReiko Asakura2021-03-115-65/+67
| | | | | | | | These names are guessed: sceUsbdRegisterCallbackForUser sceUsbdUnregisterCallbackForUser sceSblUsVerifyPupAdditionalSignForUser
* Run lint workflow on pull requestReiko Asakura2021-03-111-0/+1
|
* Remove IWYU from lint workflowReiko Asakura2021-03-112-46/+0
|
* Add NIDs from retail 3.60 libmtp.suprx debug logReiko Asakura2021-03-111-0/+4
|
* Add NIDs from retail 3.60 shell.self debug logReiko Asakura2021-03-114-0/+20
|
* Import SceNpManager NIDs from SDK 3.570.011Reiko Asakura2021-03-111-0/+22
|
* Add NIDs in SceBemp2sysGrapheneCt2021-03-111-0/+18
|