summaryrefslogtreecommitdiff
path: root/include/user/kernel/modulemgr.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-06-18Update modulemgr (#434)Princess of Sleeping1-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
2019-12-09modulemgr.h: correct module_start/stop/exit offsets in SceKernelModuleInfoYumiko1-1/+1
2019-09-27fixed wrong structure and function types of modulemgr.h (#425)Princess of Sleeping1-6/+3
* fixed wrong structure and function types * fixed wrong structure and function types
2017-10-29Various fix/update to modulemgr.hRémy F1-10/+7
Fix invalid module_stop definition Add missing module_exit Change module_* to function pointer
2017-06-25add sceKernel(Start|Stop)Module / ksceKernelGetMemBlockBase definitions (#202)David1-0/+3
* - add sceKernelStartModule / sceKernelStopModule definitions - add a few sceAppMgr definitions * add ksceKernelGetMemBlockBase definition
2017-06-15Named anonymous enums in psp2. (#179)Rinnegatamante1-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.
2017-03-28Typo fixing, and misnamed struct (#151)Hexxellor1-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.
2016-11-17Documentation: Simplify groupingdevnoname1201-1/+0
2016-11-13All files should be added to the documentation nowdevnoname1201-0/+2
2016-11-02kernel development headers (#67)Davee1-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
2016-08-29Added missing __cplusplus guards.codestation1-0/+8
2016-01-22Fixed sceKernelUnloadModuleTheOfficialFloW1-7/+19