Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove Core suffix from GetProcessTime functions | Reiko Asakura | 2021-03-05 | 1 | -6/+6 |
| | | | | Names are from SDK 0.945.040. | ||||
* | Rename sceKernelCpuGetCpuId -> sceKernelCpuId | Reiko Asakura | 2021-03-05 | 1 | -2/+2 |
| | | | | | This name is from SDK 0.945.040, and also confirmed by SHA1 digest in SceKblForKernel. | ||||
* | Add SceNpWebApi internal functions | Reiko Asakura | 2021-03-03 | 1 | -0/+19 |
| | | | | | | | | | | | | | Naming convention is based on SceNpWebApi from PS4's system software. Some of the functions added do not exist in PS4's SceNpWebApi, or exist as a non-internal function. Note that all PS4 export names can be verified with SHA1 digest. These name are made up: sceNpWebApiInitializeForSceShell sceNpWebApiModuleStartForSceShell sceNpWebApiModuleStopForSceShell | ||||
* | Import SceNpWebApi NIDs from SDK 3.570.011 | Reiko Asakura | 2021-03-03 | 1 | -0/+45 |
| | |||||
* | Add SceAVConfigForDriver NIDs | Reiko Asakura | 2021-03-03 | 1 | -0/+5 |
| | | | | All are from 0.940 appmgr.skprx | ||||
* | Add kernel net function NIDs | Reiko Asakura | 2021-03-03 | 2 | -0/+6 |
| | | | | | | | | | | | | From 0.940 bt.skprx: sceNetDriverAttach sceNetGatewayAttach From 0.990 deci4p_dbgp.skprx: sceNetDebugAttach sceNetDebugDetach | ||||
* | Add SceGxmInternal NIDs | GrapheneCt | 2021-02-25 | 1 | -0/+5 |
| | |||||
* | Add sceGxmGetDeviceData | GrapheneCt | 2021-02-25 | 1 | -0/+1 |
| | |||||
* | Add sceSysconCtrlDolceLED | Reiko Asakura | 2021-02-16 | 1 | -0/+1 |
| | |||||
* | scePafResourceGetAttributeIdIntLpb: fix NID | Reiko Asakura | 2021-02-11 | 1 | -1/+1 |
| | |||||
* | SceLibMtp: fix function NIDs | Reiko Asakura | 2021-02-11 | 1 | -2/+2 |
| | | | | | | Confirmed by 3.600 shell.self | ||||
* | SceIntrmgrForDriver: fix function names | Reiko Asakura | 2021-02-11 | 1 | -9/+8 |
| | | | | | | | Confirmed by 0.990 intrmgr.skprx deci4p_sdbgp.skprx | ||||
* | Correct function names in SceKblForKernel | Reiko Asakura | 2021-01-15 | 1 | -18/+18 |
| | |||||
* | Remove kscePowerSetGpuClockFrequency | Reiko Asakura | 2021-01-15 | 1 | -1/+0 |
| | |||||
* | Add SceFt2 NIDs | Reiko Asakura | 2021-01-15 | 1 | -0/+170 |
| | |||||
* | Fix ScePower NIDs and prototype | Princess of Sleeping | 2021-01-04 | 1 | -6/+21 |
| | |||||
* | Add gxm and gpu internal functions | GrapheneCt | 2021-01-15 | 2 | -0/+8 |
| | |||||
* | Add SceKblForKernel nids | Princess of Sleeping | 2021-01-09 | 1 | -0/+36 |
| | | | | From https://github.com/Princess-of-Sleeping/ScePsp2BootConfig-PDEL/blob/master/extra.yml | ||||
* | Add NIDs in ScePsp2Compat | GrapheneCt | 2021-01-09 | 1 | -0/+35 |
| | |||||
* | Additions for SceAudiocodec | GrapheneCt | 2020-11-08 | 1 | -0/+3 |
| | |||||
* | ScePsp2Compat: add and fix NIDs | GrapheneCt | 2020-10-24 | 1 | -3/+71 |
| | |||||
* | Add scePafMiscInitializeInputMethodExt | GrapheneCt | 2020-10-24 | 1 | -0/+1 |
| | |||||
* | Add SceMotion ext and internal funcs | GrapheneCt | 2020-10-24 | 1 | -0/+11 |
| | |||||
* | Add psp2/audiocodec.h | GrapheneCt | 2020-10-13 | 1 | -0/+10 |
| | |||||
* | SceIniFileProcessor: fixes for type and names | Reiko Asakura | 2020-10-02 | 1 | -4/+4 |
| | |||||
* | Add many functions in ScePsp2Compat | GrapheneCt | 2020-09-26 | 1 | -0/+204 |
| | |||||
* | Add PowerVR service functions and errors | Reiko Asakura | 2020-09-23 | 1 | -0/+42 |
| | |||||
* | Refactor SceGxmInternal headers | Reiko Asakura | 2020-09-23 | 1 | -8/+27 |
| | |||||
* | Move functions to correct library | Reiko Asakura | 2020-09-21 | 3 | -11/+20 |
| | |||||
* | Remove functions for old firmware versions | Reiko Asakura | 2020-09-21 | 5 | -30/+0 |
| | |||||
* | Move libraries to correct module | Reiko Asakura | 2020-09-21 | 15 | -392/+368 |
| | |||||
* | Fix module name and debug fingerprint | Reiko Asakura | 2020-09-21 | 17 | -20/+20 |
| | |||||
* | Add SceKernelForMono functions | GrapheneCt | 2020-09-18 | 1 | -0/+8 |
| | | | | Credits: Graphene | ||||
* | Add SceIniFileProcessor | GrapheneCt | 2020-09-14 | 1 | -0/+30 |
| | | | | Credits: Graphene | ||||
* | Merge Vitasdk | Reiko Asakura | 2020-09-14 | 1 | -2/+0 |
|\ | |||||
| * | Remove non-existing nid entry for SceCpu | Princess of Sleeping | 2020-08-10 | 1 | -2/+0 |
| | | |||||
* | | Add ScePafStdc function prototypes | Reiko Asakura | 2020-09-05 | 1 | -0/+3 |
| | | |||||
* | | Add thread related function and types | GrapheneCt | 2020-09-05 | 1 | -0/+1 |
| | | | | | | | | Credits: Graphene | ||||
* | | Add scePafCes functions | Reiko Asakura | 2020-09-01 | 1 | -0/+13 |
| | | |||||
* | | Add SceGxmInternal functions | GrapheneCt | 2020-08-28 | 1 | -0/+10 |
| | | | | | | | | Thanks to Graphene | ||||
* | | Rename sce_paf_private -> sce_paf | GrapheneCt | 2020-08-28 | 1 | -88/+88 |
| | | | | | | | | Due to official name found in old version of paf module by Graphene. | ||||
* | | SceSysclib, SceRtabi: fix and add all NIDs | Reiko Asakura | 2020-08-20 | 2 | -3/+22 |
| | | |||||
* | | SceLibSsp: add all NIDs | Reiko Asakura | 2020-08-20 | 1 | -0/+6 |
| | | |||||
* | | Add remaining NIDs for SceGxm (library) | Reiko Asakura | 2020-07-25 | 1 | -0/+9 |
| | | |||||
* | | Add all remaining NIDs in SceSysclibForDriver | Reiko Asakura | 2020-07-25 | 1 | -2/+12 |
| | | |||||
* | | Merge Vitasdk | Reiko Asakura | 2020-07-24 | 1 | -2/+2 |
|\| | |||||
| * | Fix modulemgr one function name | Princess of Sleeping | 2020-06-26 | 1 | -1/+1 |
| | | |||||
| * | Fix modulemgr two function name | Princess of Sleeping | 2020-06-26 | 1 | -2/+2 |
| | | |||||
* | | Rename some IO syscalls and wrappers | Reiko Asakura | 2020-07-23 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | These 3 functions, sceIoClose, sceIoRead, sceIoWrite, are imported from SceIofilemgr (library) by SceLibKernel (module) and exported again by SceLibKernel (library) without a syscall wrapper. After this name change, SceIofilemgr_stub will no longer need to be linked for common IO functions. | ||||
* | | Add async IO functions for kernel | Reiko Asakura | 2020-07-23 | 1 | -0/+5 |
| | |