Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix names for sceKernelGetThreadTLSAddr | Reiko Asakura | 2021-03-10 | 3 | -19/+17 |
| | | | | _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 |
| | |||||
* | Rename include guards | Reiko Asakura | 2021-03-08 | 96 | -287/+288 |
| | |||||
* | 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 | 2 | -0/+43 |
| | | | | 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 | 3 | -9/+19 |
| | | | | | This name is from SDK 0.945.040, and also confirmed by SHA1 digest in SceKblForKernel. | ||||
* | Add comments in common/kernel/cpu.h | Reiko Asakura | 2021-03-05 | 1 | -7/+12 |
| | |||||
* | Write sorted file in nids-check-sort | Reiko Asakura | 2021-03-04 | 1 | -3/+2 |
| | |||||
* | Check NID files are split in lint workflow | Reiko Asakura | 2021-03-03 | 2 | -0/+30 |
| | |||||
* | Refactor lint scripts | Reiko Asakura | 2021-03-03 | 4 | -82/+124 |
| | |||||
* | Add SceNpWebApi internal functions | Reiko Asakura | 2021-03-03 | 2 | -0/+176 |
| | | | | | | | | | | | | | 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 | ||||
* | Changes to user/incoming_dialog.h | Reiko Asakura | 2021-02-26 | 1 | -17/+27 |
| | |||||
* | Add SceGxmInternal NIDs | GrapheneCt | 2021-02-25 | 1 | -0/+5 |
| | |||||
* | Add sceGxmGetDeviceData | GrapheneCt | 2021-02-25 | 2 | -0/+10 |
| | |||||
* | Add PowerVR services header | GrapheneCt | 2021-02-25 | 1 | -0/+126 |
| | |||||
* | Move gpu_es4.h -> gpu_es4/error.h | Reiko Asakura | 2021-02-25 | 1 | -3/+3 |
| | |||||
* | Add prototype for sceKernelSysrootGetShellPid | Reiko Asakura | 2021-02-23 | 1 | -0/+7 |
| | |||||
* | Build with Release configuration when packagingrelease/0.1.1 | Reiko Asakura | 2021-02-20 | 1 | -1/+1 |
| | |||||
* | Fix inconsistent tabs | Reiko Asakura | 2021-02-18 | 1 | -2/+2 |
| | |||||
* | Add NIDs digest check to lint workflow | Reiko Asakura | 2021-02-18 | 2 | -0/+56 |
| | |||||
* | Add sceKernelCreateHeap flags and optsrelease/0.1.0 | Reiko Asakura | 2021-02-16 | 1 | -4/+14 |
| | |||||
* | Add sceSysconCtrlDolceLED | Reiko Asakura | 2021-02-16 | 2 | -0/+10 |
| | |||||
* | Add prototype for sceKernelSwitchPidContext | Reiko Asakura | 2021-02-16 | 1 | -0/+1 |
| | |||||
* | Remove inline asm in cpu.h | Reiko Asakura | 2021-02-16 | 4 | -82/+47 |
| | |||||
* | Add lint workflow | Reiko Asakura | 2021-02-14 | 3 | -0/+133 |
| | |||||
* | Add test workflow | Reiko Asakura | 2021-02-12 | 2 | -0/+118 |
| | |||||
* | Add package workflow | Reiko Asakura | 2021-02-11 | 103 | -0/+498 |
| | |||||
* | Fix includes: various | Reiko Asakura | 2021-02-11 | 67 | -127/+74 |
| | |||||
* | 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 | 2 | -18/+16 |
| | | | | | | | Confirmed by 0.990 intrmgr.skprx deci4p_sdbgp.skprx | ||||
* | Add gitignore | Reiko Asakura | 2021-02-11 | 1 | -0/+1 |
| | |||||
* | Add internal and nongame funcs for videodec.h | GrapheneCt | 2020-10-14 | 1 | -0/+34 |
| | |||||
* | Add SceSas internal functions | GrapheneCt | 2020-07-22 | 1 | -0/+53 |
| | |||||
* | Add internal and nongame funcs for avcdec.h | GrapheneCt | 2020-10-14 | 1 | -0/+59 |
| | |||||
* | Add type SILK for audiodec and audioenc | GrapheneCt | 2020-11-21 | 2 | -0/+18 |
| | |||||
* | Remove dupe: power.h | Reiko Asakura | 2021-02-11 | 1 | -83/+2 |
| | |||||
* | Remove dupe: libkernel.h | Reiko Asakura | 2021-01-31 | 1 | -15/+3 |
| | |||||
* | Rename clib.h -> libkernel.h | Reiko Asakura | 2021-01-31 | 1 | -0/+0 |
| | |||||
* | Merge common: ctrl.h | Reiko Asakura | 2021-01-20 | 3 | -118/+94 |
| | |||||
* | Merge common: dmacmgr | Reiko Asakura | 2021-01-20 | 2 | -46/+7 |
| |