| Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
Update vshbridge and modulemgr documentation
|
|
* Update modulemgr structs
* Update modulemgr structs
* Added SceKernelModuleState enum
* Added SceKernelModuleState enum
|
|
Changes document and variable types
|
|
* update SceKernelModuleInfo and SceKernelSegmentInfo
* update SceKernelModuleInfo and SceKernelSegmentInfo
* fix wrong name of modulemgr nid
* fix SceKernelModuleName
* fix wrong function and wrong struct
* fix sort
* update SceKernelModuleInfo
* update SceKernelModuleInfo
|
|
|
|
* fixed wrong structure and function types
* fixed wrong structure and function types
|
|
Fix invalid module_stop definition
Add missing module_exit
Change module_* to function pointer
|
|
* - add sceKernelStartModule / sceKernelStopModule definitions
- add a few sceAppMgr definitions
* add ksceKernelGetMemBlockBase definition
|
|
* Named anonymous enums in psp2.
Named anonymous enums in psp2.
* Properly sorted enums.
* Several modifications (see desc)
Added some missing info, fixed identation in some places, aligned all
enums and comments with spaces as delimiters, replaced decimal negative
errorcode in location.h with hexadecimal one, added some comments and
fixed some documentation comments.
* Minor fixes in identation.
* Yet another minor identation fix.
* Fixed enums in structs.
* Reverted SceBool changes.
* SceBool fix.
* Fix for compilation with g++-
* Added some doc references in jpegenc.
* Fixed some references.
|
|
* Fixing Mostly Harmless Typos
This fixes a bunch of miscellaneous typos and grammatical mistakes in
the source which were mostly harmless with the exception of the
ScreenShotParam in psp2/screenshot.h which didn’t match the name of the
struct causing it to fail when using that header.
|
|
|
|
|
|
* 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
|
|
|
|
|