Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add sceKernelGetSystemTime functions | Reiko Asakura | 2021-03-11 | 2 | -0/+2 | |
| | ||||||
* | Add sceKernelWaitExceptionCBForMono | Reiko Asakura | 2021-03-09 | 1 | -0/+1 | |
| | ||||||
* | Add and change names in SceSblACMgr from wiki | Reiko Asakura | 2021-03-09 | 1 | -6/+14 | |
| | | | | Names from https://wiki.henkaku.xyz/vita/SceSblACMgr | |||||
* | Rename sceSblACMgrIsPSMDevAssistant | Reiko Asakura | 2021-03-09 | 1 | -1/+1 | |
| | | | | to sceSblACMgrIsPSM | |||||
* | Add and change names in SceSblACMgr from dbg log | Reiko Asakura | 2021-03-08 | 1 | -2/+4 | |
| | | | | | | | | | | | | From prototype 0.940 ss_mgr.skprx sceSblACMgrIsSystemProgram sceSblACMgrGetMediaType From prototype 0.940 exfatfs.skprx sceSblACMgrGetFSAttributeByThreadAccessLevel sceSblACMgrSetFSAttributeByPermission | |||||
* | Add NIDs in SceLibGcc | Reiko Asakura | 2021-03-08 | 1 | -0/+18 | |
| | ||||||
* | Fix name and type sceKernelExtendKernelStackWide | Reiko Asakura | 2021-03-08 | 1 | -1/+2 | |
| | | | | | | | | | | | Name is from prototype 0.940 threadmgr.skprx. In practice, sceKernelExtendKernelStack is the same function as sceKernelExtendKernelStackWide, but are named differently for two reason: 1. SceThreadmgrForDriver exports both of them. 2. iofilemgr.skprx uses both of them depending on if a wide return value is required. | |||||
* | Remove old SDK functions | Reiko Asakura | 2021-03-11 | 3 | -33/+1 | |
| | | | | | | | For condition variable functions see: https://psvita.scedev.net/technotes/view/355 https://psvita.scedev.net/technotes/view/356 | |||||
* | Remove forwarded syscalls | Reiko Asakura | 2021-03-10 | 12 | -460/+0 | |
| | | | | | | | | | | | The criteria for removal are 1. The syscall forwarder does not modify arguments or pass additional arguments. 2. The syscall is not used outside of the syscall forwarder. For the removed headers, appmgr.h is wrong, iofilemgr_syscall.h is correct, and net_syscalls.h is unknown. | |||||
* | Add NIDs in SceCodecEngineUser | Reiko Asakura | 2021-03-11 | 1 | -0/+2 | |
| | ||||||
* | Remove internally forwarded funcs in SceLibKernel | Reiko Asakura | 2021-03-11 | 1 | -3/+0 | |
| | ||||||
* | Add NIDs in SceKernelForVM | Reiko Asakura | 2021-03-11 | 1 | -0/+6 | |
| | ||||||
* | Remove SceLibKernel re-exported syscalls | Reiko Asakura | 2021-03-11 | 2 | -4/+0 | |
| | ||||||
* | Add sceKernelDeleteThread in SceLibKernel | Reiko Asakura | 2021-03-11 | 1 | -0/+1 | |
| | ||||||
* | Fix SceDrmBridge names | Reiko Asakura | 2021-03-10 | 2 | -8/+8 | |
| | | | | Syscalls have underscore prefix, syscall forwarders do not. | |||||
* | Fix names for sceKernelGetThreadTLSAddr | Reiko Asakura | 2021-03-10 | 2 | -2/+2 | |
| | | | | _sceKernelGetThreadTLSAddr is a name in syslibtrace. | |||||
* | Fix name sceKernelGetThreadCpuAffinityMask | Reiko Asakura | 2021-03-10 | 1 | -1/+1 | |
| | | | | Name from SDK. | |||||
* | Add sceSblGcAuthMgr syscall forwarder in libkernel | Reiko Asakura | 2021-03-09 | 1 | -0/+29 | |
| | ||||||
* | Remove duplicate exports | Reiko Asakura | 2021-03-10 | 4 | -34/+0 | |
| | ||||||
* | Fix name sceNgsRackGetVoiceHandleInternal | Reiko Asakura | 2021-03-10 | 1 | -1/+1 | |
| | | | | Name from syslibtrace. | |||||
* | Remove non-existent NIDs in SceLibMonoBridge | Reiko Asakura | 2021-03-10 | 1 | -2/+0 | |
| | ||||||
* | Fix Swapped NIDs for GetParameterDirection and GetParameterVariability | Jaylon Gowie | 2021-03-10 | 1 | -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 | |||||
* | Add clockgen functions | GrapheneCt | 2021-03-07 | 1 | -0/+13 | |
| | | | | Not sure about sceClockgenSetSpectrumSpreading. | |||||
* | Add and rename old SDK functionsrelease/0.2.0 | Reiko Asakura | 2021-03-05 | 2 | -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 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 | |||||
* | Add SceLibMonoBridge functions | Reiko Asakura | 2021-02-01 | 1 | -4/+11 | |
| | ||||||
* | 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 | |
| | ||||||
* | libScePiglet: add function NIDs | GrapheneCt | 2020-10-29 | 1 | -0/+189 | |
| | | | | Credits: GrapheneCt, SonicMastr | |||||
* | 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 | |
| | ||||||
* | Added ShaccCg Headers | SonicMastr | 2020-10-16 | 1 | -0/+38 | |
| | | | https://github.com/DolceSDK/headers/pull/12 |