| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
| |
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.
|
| | |
|
| |
|