| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
Credits: Graphene
|
|
|
|
| |
Credits: Graphene
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
These 3 functions, sceIoClose, sceIoRead, sceIoWrite, are imported from
SceIofilemgr (library) by SceLibKernel (module) and exported again by
SceLibKernel (library) without a syscall wrapper.
After this name change, SceIofilemgr_stub will no longer need to be
linked for common IO functions.
|
| |
|
| |
|
|
|
|
| |
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
|
| |
|
| |
|
| |
|
|
|
|
| |
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.
|
| |
|
|
|