| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
1. sceKernelGetKPLS is inferred from similar names.
2. sceDsiSetLanesAndPixelSize is also called sceDsiSetDisplayMode in the
debug logs, but that is probably a mistake.
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
Names are from SDK 0.945.040.
|
|
|
|
| |
just add `2` postfix into name
|
|
|
|
| |
Note that only NIDs with name starting with 'vsh', '_vsh', 'sce', '_sce', '__sce', '___sce', 'ksce', and not containing '_unk' have been kept
|
| |
|
| |
|
| |
|
|\ |
|
| |
| |
| |
| | |
This kernel service queries the status of a given process. I'm unsure what exactly the bits represent. It seems 0x10 is related to suspension status, but I'm not confident in that assumption.
|
| |
| |
| |
| | |
ksceKernelGetProcessMainThread is a kernel service used to query the main thread id for a given process.
|
|/
|
|
| |
This kernel service is used to resume a process that is in the suspended state.
|
| |
|
|
|
|
|
|
| |
* Some new nids
* Change order
|
| |
|
|
|
| |
Added ksceKernelLaunchApp nid.
|
| |
|
| |
|
|
|
|
| |
Fix #7
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Added some kernel headers
* Modified kernel headers
* Added suprx loading args to headers
* Added kernel modulemgr load/stop nids
* Added struct for versioninfo
* Added sceKernelMemcpyKernelToUser
* Added SceSblACMgr
* Added syscall entry/exit stubs
* Added strncpy u2k/k2u functions
* Wrong offset for version
* More kernel adds
* Added sceKernelQueueLoadModuleForPid
* Added sceKernelGetSystemSwVersion to user headers
* Added sceKernelStrncpyUserForPid
* Added a couple more kernel apis
|
|
|
|
| |
psp2sdk has.
|
| |
|
|
|