summaryrefslogtreecommitdiff
path: root/include/user/kernel/modulemgr.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename include guardsReiko Asakura2021-03-081-3/+3
|
* Add package workflowReiko Asakura2021-02-111-0/+4
|
* Remove dupe: modulemgr.hReiko Asakura2021-01-191-32/+3
|
* Indent with tabs instead of spacesReiko Asakura2020-09-181-32/+32
|
* Update vshbridge and modulemgr (#457)Itai Levin2020-07-161-0/+7
| | | Update vshbridge and modulemgr documentation
* Update modulemgr structs (#453)Princess of Sleeping2020-06-291-1/+7
| | | | | | | | | * Update modulemgr structs * Update modulemgr structs * Added SceKernelModuleState enum * Added SceKernelModuleState enum
* Fix many args (#451)Princess of Sleeping2020-06-261-1/+1
| | | Changes document and variable types
* Update modulemgr (#434)Princess of Sleeping2020-06-181-24/+25
| | | | | | | | | | | | | | | | | * 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
* modulemgr.h: correct module_start/stop/exit offsets in SceKernelModuleInfoYumiko2019-12-091-1/+1
|
* fixed wrong structure and function types of modulemgr.h (#425)Princess of Sleeping2019-09-271-6/+3
| | | | | | * fixed wrong structure and function types * fixed wrong structure and function types
* Various fix/update to modulemgr.hRémy F2017-10-291-10/+7
| | | | | | Fix invalid module_stop definition Add missing module_exit Change module_* to function pointer
* add sceKernel(Start|Stop)Module / ksceKernelGetMemBlockBase definitions (#202)David2017-06-251-0/+3
| | | | | | | * - add sceKernelStartModule / sceKernelStopModule definitions - add a few sceAppMgr definitions * add ksceKernelGetMemBlockBase definition
* Named anonymous enums in psp2. (#179)Rinnegatamante2017-06-151-11/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* Typo fixing, and misnamed struct (#151)Hexxellor2017-03-281-1/+1
| | | | | | | | * 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.
* Documentation: Simplify groupingdevnoname1202016-11-171-1/+0
|
* All files should be added to the documentation nowdevnoname1202016-11-131-0/+2
|
* kernel development headers (#67)Davee2016-11-021-0/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Added missing __cplusplus guards.codestation2016-08-291-0/+8
|
* Fixed sceKernelUnloadModuleTheOfficialFloW2016-01-221-7/+19
|
* Initial commit. Added headers from psp2sdk.Glenn Anderson2015-08-141-0/+43