Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix ScePafStdc exit and abort NIDs | GrapheneCt | 2021-03-26 | 1 | -2/+2 |
| | |||||
* | Add NIDs to SceNpCommonPs4 | Reiko Asakura | 2021-03-26 | 2 | -0/+65 |
| | | | | | Every name is from the PS4 SceNpCommon except for sceNpGetSystemClockLowUsec. | ||||
* | Add inline forwarder for sysmodule with arg | Reiko Asakura | 2021-03-26 | 1 | -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 SceIniFileProcessor | Reiko Asakura | 2021-03-26 | 2 | -30/+46 |
| | |||||
* | Change GLES2 header install path | Reiko Asakura | 2021-03-20 | 1 | -5/+5 |
| | | | | Avoids conflict with other GL header providers. | ||||
* | Add C++ paf classes | GrapheneCt | 2021-03-20 | 10 | -126/+988 |
| | |||||
* | Fix struct SceKernelModuleLibraryInfo | Reiko Asakura | 2021-03-19 | 1 | -1/+2 |
| | |||||
* | Update name, doc, prototype in sblaimgr.h | Princess of Sleeping | 2020-11-06 | 2 | -3/+88 |
| | |||||
* | Add prototypes and docs in kernel/sblacmgr.h | Princess of Sleeping | 2020-11-06 | 1 | -0/+74 |
| | |||||
* | Add functions in SceDebugFor{Driver,Kernel} | Princess of Sleeping | 2020-10-31 | 2 | -0/+18 |
| | |||||
* | Update function args and doc in debug.h | Princess of Sleeping | 2020-10-31 | 1 | -16/+73 |
| | |||||
* | Add function prototypes in sysroot.h | Princess of Sleeping | 2020-10-31 | 2 | -0/+68 |
| | |||||
* | Update struct SceSysrootProcessHandler | Princess of Sleeping | 2020-10-31 | 1 | -12/+11 |
| | |||||
* | Fix name for sceSysrootGetHardwareFlags | Princess of Sleeping | 2020-11-10 | 2 | -1/+10 |
| | |||||
* | Add functions in SceSblSsUpdateMgr | Princess of Sleeping | 2020-10-30 | 2 | -0/+58 |
| | |||||
* | Add NIDs in SceDisplayForDriver | Reiko Asakura | 2021-03-19 | 1 | -0/+2 |
| | |||||
* | Merge common definitions in display.h | Reiko Asakura | 2021-03-19 | 2 | -38/+16 |
| | |||||
* | Remove dupe in display.h | Reiko Asakura | 2021-03-19 | 2 | -146/+2 |
| | |||||
* | Add NIDs in SceAudioForDriver | Reiko Asakura | 2021-03-18 | 2 | -8/+18 |
| | |||||
* | Add NIDs in ScePervasiveForDriver | Reiko Asakura | 2021-03-18 | 1 | -0/+16 |
| | |||||
* | Change scePervasive names to match name style | Reiko Asakura | 2021-03-17 | 2 | -16/+16 |
| | |||||
* | Update names from prototype 0.940 display.skprx | Reiko Asakura | 2021-03-15 | 6 | -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.0 | GrapheneCt | 2021-03-14 | 2 | -10/+16 |
| | |||||
* | Check dupe NIDs in same library in lint workflow | Reiko Asakura | 2021-03-14 | 2 | -0/+29 |
| | |||||
* | Use ruamel instead of PyYAML | Reiko Asakura | 2021-03-14 | 2 | -11/+6 |
| | |||||
* | Add ScePafThread functions | GrapheneCt | 2021-03-13 | 2 | -0/+305 |
| | |||||
* | Add lint script for header files | Reiko Asakura | 2021-03-13 | 4 | -0/+57 |
| | |||||
* | Add sce_process_preload_disabled flags | Princess of Sleeping | 2020-10-23 | 1 | -0/+26 |
| | |||||
* | Add and fix names in SceSysrootForKernel | Reiko Asakura | 2021-03-12 | 2 | -2/+14 |
| | | | | Names from 0.940 prototype sysmem.skprx | ||||
* | Remove sceSysrootIsManufacturingMode macro | Reiko Asakura | 2021-03-12 | 1 | -2/+0 |
| | |||||
* | Split debug and sysroot funcs from kernel/sysmem.h | Reiko Asakura | 2021-03-12 | 3 | -102/+134 |
| | |||||
* | Merge common definitions in power.h | Reiko Asakura | 2021-03-12 | 3 | -306/+175 |
| | |||||
* | Remove duplicate definitions in kernel/power.h | Reiko Asakura | 2021-03-12 | 1 | -57/+3 |
| | |||||
* | Add error code SCE_APPMGR_ERROR_NOSYS | Reiko Asakura | 2021-03-12 | 1 | -0/+7 |
| | |||||
* | Refactor structs in common/appmgr.h | Reiko Asakura | 2021-03-12 | 2 | -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.h | Reiko Asakura | 2021-03-12 | 1 | -30/+0 |
| | |||||
* | Fix function name and args in user/appmgr.h | Reiko Asakura | 2021-03-12 | 1 | -15/+6 |
| | |||||
* | Add NIDs in SceHpremote | Reiko Asakura | 2021-03-11 | 1 | -0/+16 |
| | |||||
* | Conform syscall names to syslibtrace | Reiko Asakura | 2021-03-11 | 5 | -65/+67 |
| | | | | | | | | These names are guessed: sceUsbdRegisterCallbackForUser sceUsbdUnregisterCallbackForUser sceSblUsVerifyPupAdditionalSignForUser | ||||
* | Run lint workflow on pull request | Reiko Asakura | 2021-03-11 | 1 | -0/+1 |
| | |||||
* | Remove IWYU from lint workflow | Reiko Asakura | 2021-03-11 | 2 | -46/+0 |
| | |||||
* | Add NIDs from retail 3.60 libmtp.suprx debug log | Reiko Asakura | 2021-03-11 | 1 | -0/+4 |
| | |||||
* | Add NIDs from retail 3.60 shell.self debug log | Reiko Asakura | 2021-03-11 | 4 | -0/+20 |
| | |||||
* | Import SceNpManager NIDs from SDK 3.570.011 | Reiko Asakura | 2021-03-11 | 1 | -0/+22 |
| | |||||
* | Add NIDs in SceBemp2sys | GrapheneCt | 2021-03-11 | 1 | -0/+18 |
| | |||||
* | Add NIDs in SceBeisobmf | GrapheneCt | 2021-03-11 | 1 | -0/+25 |
| | |||||
* | Add sceKernelGetSystemTime functions | Reiko Asakura | 2021-03-11 | 5 | -14/+45 |
| | |||||
* | Move threadmgr functions to common header | Reiko Asakura | 2021-03-11 | 3 | -36/+21 |
| | | | | | sceKernelGetTLSAddr has been removed for kernel because it does not exist. | ||||
* | Add prototypes in clockgen.h | Reiko Asakura | 2021-03-11 | 1 | -0/+16 |
| | |||||
* | Add sceKernelWaitExceptionCBForMono | Reiko Asakura | 2021-03-09 | 1 | -0/+1 |
| |