summaryrefslogtreecommitdiff
path: root/include/user/appmgr.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-09-30Better doc, added Savedata related funcs. (#222)Rinnegatamante1-57/+348
* Better doc, added Savedata related funcs. * Added back erroneously deleted funcs. Added back erroneously deleted funcs.
2017-09-16Added sceAppMgrGameDataMount headerTheOfficialFloW1-0/+3
2017-09-14Update appmgr.hTheOfficialFloW1-2/+2
2017-09-14Update appmgr.hTheOfficialFloW1-0/+6
2017-06-25add sceKernel(Start|Stop)Module / ksceKernelGetMemBlockBase definitions (#202)David1-0/+14
* - add sceKernelStartModule / sceKernelStopModule definitions - add a few sceAppMgr definitions * add ksceKernelGetMemBlockBase definition
2017-06-21Manually revert #179 changesSunguk Lee1-1/+1
- revert bit size of the structs; this change have issue for build vita2d - revert ErrorCode of SceMsgDialogErrorCodeParam; I don't know reason of why change to TitleCase - remove some whitespaces - add some spaces
2017-06-15Named anonymous enums in psp2. (#179)Rinnegatamante1-40/+35
* 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-02-14Added missing definitions for VitaShellTheOfficialFloW1-0/+3
2016-11-17Documentation: Simplify groupingdevnoname1201-1/+0
2016-11-13All files should be added to the documentation nowdevnoname1201-0/+2
2016-11-05Fixed number of arguments in two functions (#58)TheOfficialFloW1-2/+4
* Fixed number of arguments in two functions The number of arguments in the functions commited by @himanshugoel2797 were wrong @himanshugoel2797, reverse enginering the api properly instead of just guessing them. * Update appmgr.h * Removed underscore function
2016-10-18Added sceAppMgrUmount (#66)TheOfficialFloW1-0/+5
2016-09-21added size documentation to sceAppMgrGetAppParamDavee1-0/+1
2016-09-18add return value for sceAppMgrGetAppParamSMOKE51-0/+1
2016-09-18added app param exampleSMOKE51-0/+1
2016-09-18add sceAppMgrGetAppParamSMOKE51-0/+3
2016-09-09Added comment describing the 'name' parameterHimanshu Goel1-0/+2
2016-09-09Add function signature for _sceAppMgrDestroyAppByNameHimanshu Goel1-0/+2
2016-08-28Fixed typoTheOfficialFloW1-1/+1
2016-08-21More SceAppMgr infoJeffrey Pfau1-1/+2
2016-08-16Added sceAppMgrLaunchAppByName2Himanshu Goel1-0/+2
2016-01-22Added new NIDsTheOfficialFloW1-0/+30