summaryrefslogtreecommitdiff
path: root/nids (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add and rename old SDK functionsrelease/0.2.0Reiko Asakura2021-03-052-16/+22
| | | | | | | | | | | The suffix _16XX is used because _sceKernelCreateSema_16XX is an official name found in syslibtrace. All the _16XX functions existed in SDK 0.945.040 and did not exist in SDK 3.300.031. It is not necessary that they are removed immediately after 16XX, although many of them were. sceKernelPuts is from SDK 0.945.040 but in system software 3.60, this function will not do anything except return to caller.
* Remove Core suffix from GetProcessTime functionsReiko Asakura2021-03-051-6/+6
| | | | Names are from SDK 0.945.040.
* Rename sceKernelCpuGetCpuId -> sceKernelCpuIdReiko Asakura2021-03-051-2/+2
| | | | | This name is from SDK 0.945.040, and also confirmed by SHA1 digest in SceKblForKernel.
* Add SceNpWebApi internal functionsReiko Asakura2021-03-031-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.011Reiko Asakura2021-03-031-0/+45
|
* Add SceAVConfigForDriver NIDsReiko Asakura2021-03-031-0/+5
| | | | All are from 0.940 appmgr.skprx
* Add kernel net function NIDsReiko Asakura2021-03-032-0/+6
| | | | | | | | | | | | From 0.940 bt.skprx: sceNetDriverAttach sceNetGatewayAttach From 0.990 deci4p_dbgp.skprx: sceNetDebugAttach sceNetDebugDetach
* Add SceGxmInternal NIDsGrapheneCt2021-02-251-0/+5
|
* Add sceGxmGetDeviceDataGrapheneCt2021-02-251-0/+1
|
* Add sceSysconCtrlDolceLEDReiko Asakura2021-02-161-0/+1
|
* scePafResourceGetAttributeIdIntLpb: fix NIDReiko Asakura2021-02-111-1/+1
|
* SceLibMtp: fix function NIDsReiko Asakura2021-02-111-2/+2
| | | | | | Confirmed by 3.600 shell.self
* SceIntrmgrForDriver: fix function namesReiko Asakura2021-02-111-9/+8
| | | | | | | Confirmed by 0.990 intrmgr.skprx deci4p_sdbgp.skprx
* Add SceLibMonoBridge functionsReiko Asakura2021-02-011-4/+11
|
* Correct function names in SceKblForKernelReiko Asakura2021-01-151-18/+18
|
* Remove kscePowerSetGpuClockFrequencyReiko Asakura2021-01-151-1/+0
|
* Add SceFt2 NIDsReiko Asakura2021-01-151-0/+170
|
* Fix ScePower NIDs and prototypePrincess of Sleeping2021-01-041-6/+21
|
* Add gxm and gpu internal functionsGrapheneCt2021-01-152-0/+8
|
* Add SceKblForKernel nidsPrincess of Sleeping2021-01-091-0/+36
| | | | From https://github.com/Princess-of-Sleeping/ScePsp2BootConfig-PDEL/blob/master/extra.yml
* Add NIDs in ScePsp2CompatGrapheneCt2021-01-091-0/+35
|
* Additions for SceAudiocodecGrapheneCt2020-11-081-0/+3
|
* libScePiglet: add function NIDsGrapheneCt2020-10-291-0/+189
| | | | Credits: GrapheneCt, SonicMastr
* ScePsp2Compat: add and fix NIDsGrapheneCt2020-10-241-3/+71
|
* Add scePafMiscInitializeInputMethodExtGrapheneCt2020-10-241-0/+1
|
* Add SceMotion ext and internal funcsGrapheneCt2020-10-241-0/+11
|
* Added ShaccCg HeadersSonicMastr2020-10-161-0/+38
| | | https://github.com/DolceSDK/headers/pull/12
* Add psp2/audiocodec.hGrapheneCt2020-10-131-0/+10
|
* SceIniFileProcessor: fixes for type and namesReiko Asakura2020-10-021-4/+4
|
* Add many functions in ScePsp2CompatGrapheneCt2020-09-261-0/+204
|
* Add PowerVR service functions and errorsReiko Asakura2020-09-231-0/+42
|
* Refactor SceGxmInternal headersReiko Asakura2020-09-231-8/+27
|
* Move functions to correct libraryReiko Asakura2020-09-213-11/+20
|
* Remove functions for old firmware versionsReiko Asakura2020-09-215-30/+0
|
* Move libraries to correct moduleReiko Asakura2020-09-2115-392/+368
|
* Fix module name and debug fingerprintReiko Asakura2020-09-2117-20/+20
|
* Add SceKernelForMono functionsGrapheneCt2020-09-181-0/+8
| | | | Credits: Graphene
* Add SceIniFileProcessorGrapheneCt2020-09-141-0/+30
| | | | Credits: Graphene
* Merge VitasdkReiko Asakura2020-09-141-2/+0
|\
| * Remove non-existing nid entry for SceCpuPrincess of Sleeping2020-08-101-2/+0
| |
* | Add ScePafStdc function prototypesReiko Asakura2020-09-051-0/+3
| |
* | Add thread related function and typesGrapheneCt2020-09-051-0/+1
| | | | | | | | Credits: Graphene
* | Add scePafCes functionsReiko Asakura2020-09-011-0/+13
| |
* | Add SceGxmInternal functionsGrapheneCt2020-08-281-0/+10
| | | | | | | | Thanks to Graphene
* | Rename sce_paf_private -> sce_pafGrapheneCt2020-08-281-88/+88
| | | | | | | | Due to official name found in old version of paf module by Graphene.
* | SceSysclib, SceRtabi: fix and add all NIDsReiko Asakura2020-08-202-3/+22
| |
* | SceLibSsp: add all NIDsReiko Asakura2020-08-201-0/+6
| |
* | Add remaining NIDs for SceGxm (library)Reiko Asakura2020-07-251-0/+9
| |
* | Add all remaining NIDs in SceSysclibForDriverReiko Asakura2020-07-251-2/+12
| |
* | Merge VitasdkReiko Asakura2020-07-241-2/+2
|\|