summaryrefslogtreecommitdiff
path: root/nids (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-03-11Remove internally forwarded funcs in SceLibKernelReiko Asakura1-3/+0
2021-03-11Add NIDs in SceKernelForVMReiko Asakura1-0/+6
2021-03-11Remove SceLibKernel re-exported syscallsReiko Asakura2-4/+0
2021-03-11Add sceKernelDeleteThread in SceLibKernelReiko Asakura1-0/+1
2021-03-10Fix SceDrmBridge namesReiko Asakura2-8/+8
Syscalls have underscore prefix, syscall forwarders do not.
2021-03-10Fix names for sceKernelGetThreadTLSAddrReiko Asakura2-2/+2
_sceKernelGetThreadTLSAddr is a name in syslibtrace.
2021-03-10Fix name sceKernelGetThreadCpuAffinityMaskReiko Asakura1-1/+1
Name from SDK.
2021-03-09Add sceSblGcAuthMgr syscall forwarder in libkernelReiko Asakura1-0/+29
2021-03-10Remove duplicate exportsReiko Asakura4-34/+0
2021-03-10Fix name sceNgsRackGetVoiceHandleInternalReiko Asakura1-1/+1
Name from syslibtrace.
2021-03-10Remove non-existent NIDs in SceLibMonoBridgeReiko Asakura1-2/+0
2021-03-10Fix Swapped NIDs for GetParameterDirection and GetParameterVariabilityJaylon Gowie1-2/+2
Turns out these looked very similar in comparison but the NIDs point to the wrong function. This fixes sceShaccCgGetParameterVariability returning Parameter Direction and vice versa
2021-03-07Add clockgen functionsGrapheneCt1-0/+13
Not sure about sceClockgenSetSpectrumSpreading.
2021-03-05Add and rename old SDK functionsrelease/0.2.0Reiko Asakura2-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.
2021-03-05Remove Core suffix from GetProcessTime functionsReiko Asakura1-6/+6
Names are from SDK 0.945.040.
2021-03-05Rename sceKernelCpuGetCpuId -> sceKernelCpuIdReiko Asakura1-2/+2
This name is from SDK 0.945.040, and also confirmed by SHA1 digest in SceKblForKernel.
2021-03-03Add SceNpWebApi internal functionsReiko Asakura1-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
2021-03-03Import SceNpWebApi NIDs from SDK 3.570.011Reiko Asakura1-0/+45
2021-03-03Add SceAVConfigForDriver NIDsReiko Asakura1-0/+5
All are from 0.940 appmgr.skprx
2021-03-03Add kernel net function NIDsReiko Asakura2-0/+6
From 0.940 bt.skprx: sceNetDriverAttach sceNetGatewayAttach From 0.990 deci4p_dbgp.skprx: sceNetDebugAttach sceNetDebugDetach
2021-02-25Add SceGxmInternal NIDsGrapheneCt1-0/+5
2021-02-25Add sceGxmGetDeviceDataGrapheneCt1-0/+1
2021-02-16Add sceSysconCtrlDolceLEDReiko Asakura1-0/+1
2021-02-11scePafResourceGetAttributeIdIntLpb: fix NIDReiko Asakura1-1/+1
2021-02-11SceLibMtp: fix function NIDsReiko Asakura1-2/+2
Confirmed by 3.600 shell.self
2021-02-11SceIntrmgrForDriver: fix function namesReiko Asakura1-9/+8
Confirmed by 0.990 intrmgr.skprx deci4p_sdbgp.skprx
2021-02-01Add SceLibMonoBridge functionsReiko Asakura1-4/+11
2021-01-15Correct function names in SceKblForKernelReiko Asakura1-18/+18
2021-01-15Remove kscePowerSetGpuClockFrequencyReiko Asakura1-1/+0
2021-01-15Add SceFt2 NIDsReiko Asakura1-0/+170
2021-01-04Fix ScePower NIDs and prototypePrincess of Sleeping1-6/+21
2021-01-15Add gxm and gpu internal functionsGrapheneCt2-0/+8
2021-01-09Add SceKblForKernel nidsPrincess of Sleeping1-0/+36
From https://github.com/Princess-of-Sleeping/ScePsp2BootConfig-PDEL/blob/master/extra.yml
2021-01-09Add NIDs in ScePsp2CompatGrapheneCt1-0/+35
2020-11-08Additions for SceAudiocodecGrapheneCt1-0/+3
2020-10-29libScePiglet: add function NIDsGrapheneCt1-0/+189
Credits: GrapheneCt, SonicMastr
2020-10-24ScePsp2Compat: add and fix NIDsGrapheneCt1-3/+71
2020-10-24Add scePafMiscInitializeInputMethodExtGrapheneCt1-0/+1
2020-10-24Add SceMotion ext and internal funcsGrapheneCt1-0/+11
2020-10-16Added ShaccCg HeadersSonicMastr1-0/+38
https://github.com/DolceSDK/headers/pull/12
2020-10-13Add psp2/audiocodec.hGrapheneCt1-0/+10
2020-10-02SceIniFileProcessor: fixes for type and namesReiko Asakura1-4/+4
2020-09-26Add many functions in ScePsp2CompatGrapheneCt1-0/+204
2020-09-23Add PowerVR service functions and errorsReiko Asakura1-0/+42
2020-09-23Refactor SceGxmInternal headersReiko Asakura1-8/+27
2020-09-21Move functions to correct libraryReiko Asakura3-11/+20
2020-09-21Remove functions for old firmware versionsReiko Asakura5-30/+0
2020-09-21Move libraries to correct moduleReiko Asakura15-392/+368
2020-09-21Fix module name and debug fingerprintReiko Asakura17-20/+20
2020-09-18Add SceKernelForMono functionsGrapheneCt1-0/+8
Credits: Graphene