summaryrefslogtreecommitdiff
path: root/include/user/appmgr.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add package workflowReiko Asakura2021-02-111-0/+4
|
* Remove dupe: appmgr.hReiko Asakura2021-01-161-116/+3
|
* Add prototype for sceAppMgrGrowMemory{,3}GrapheneCt2020-11-211-0/+16
|
* Add doc for sceAppMgrSendNotificationRequestReiko Asakura2020-11-211-2/+7
|
* Add sceAppMgrSendNotificationRequestGrapheneCt2020-10-011-0/+10
|
* Make errors signedReiko Asakura2020-09-191-7/+7
|
* Add sceAppMgrDrmOpen/CloseReiko Asakura2020-08-201-1/+0
|
* Move defns psp2/apputil.h to psp2common/appmgr.hReiko Asakura2020-08-201-10/+10
|
* Use SCE_PSP2_SDK_VERSION for _sceSharedFbOpenReiko Asakura2020-08-111-7/+7
| | | | | This makes no practical difference because _sceSharedFbOpen masks the version with 0xFFFF0000, but ScePaf uses the full version number.
* Minor fixes in psp2/appmgr.hReiko Asakura2020-07-251-6/+6
|
* Merge VitasdkReiko Asakura2020-07-241-2/+2
|\
| * Fix many args (#451)Princess of Sleeping2020-06-261-2/+2
| | | | | | Changes document and variable types
| * Added sceAppMgrGetBudgetInfo prototype.Rinnegatamante2020-06-191-1/+37
| |
* | Changes to SceAppMgrBudgetInfoReiko Asakura2020-07-241-16/+20
| | | | | | | | From: https://forum.devchroma.nl/index.php/topic,50.msg120.html#msg120
* | Add SceSharedFb protoypesGrapheneCt2020-07-241-0/+24
| | | | | | | | | | | | | | SceSharedFbInfo not added due to too many unknown fields. For reference see: https://github.com/GrapheneCt/libvita2d_sys
* | Add prototype "sceAppMgrGetBudgetInfo"GrapheneCt2020-05-201-1/+37
|/ | | | Struct definition from https://github.com/GrapheneCt/BGFTP/blob/c69fd4e7c3275dd5d6efd32af2e795df2ffab2d6/appmain/main.c#L16
* Add _sceAppMgrGetRawPath(OfApp0ByAppIdForShell)devnoname1202019-07-201-0/+21
|
* Add error codesscribam2019-02-091-1/+2
|
* Update SceAppMgrAppStatescribam2019-02-091-1/+7
|
* appmgr: add some const keywordsdevnoname1202018-11-141-11/+11
|
* add contentid param id.Bluzume2018-03-181-1/+1
|
* Added missing definitions for VitaShellTheOfficialFloW2018-01-261-0/+13
|
* Better doc, added Savedata related funcs. (#222)Rinnegatamante2017-09-301-57/+348
| | | | | | | | * Better doc, added Savedata related funcs. * Added back erroneously deleted funcs. Added back erroneously deleted funcs.
* Added sceAppMgrGameDataMount headerTheOfficialFloW2017-09-161-0/+3
|
* Update appmgr.hTheOfficialFloW2017-09-141-2/+2
|
* Update appmgr.hTheOfficialFloW2017-09-141-0/+6
|
* add sceKernel(Start|Stop)Module / ksceKernelGetMemBlockBase definitions (#202)David2017-06-251-0/+14
| | | | | | | * - add sceKernelStartModule / sceKernelStopModule definitions - add a few sceAppMgr definitions * add ksceKernelGetMemBlockBase definition
* Manually revert #179 changesSunguk Lee2017-06-211-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
* Named anonymous enums in psp2. (#179)Rinnegatamante2017-06-151-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.
* Added missing definitions for VitaShellTheOfficialFloW2017-02-141-0/+3
|
* Documentation: Simplify groupingdevnoname1202016-11-171-1/+0
|
* All files should be added to the documentation nowdevnoname1202016-11-131-0/+2
|
* Fixed number of arguments in two functions (#58)TheOfficialFloW2016-11-051-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
* Added sceAppMgrUmount (#66)TheOfficialFloW2016-10-181-0/+5
|
* added size documentation to sceAppMgrGetAppParamDavee2016-09-211-0/+1
|
* add return value for sceAppMgrGetAppParamSMOKE52016-09-181-0/+1
|
* added app param exampleSMOKE52016-09-181-0/+1
|
* add sceAppMgrGetAppParamSMOKE52016-09-181-0/+3
|
* Added comment describing the 'name' parameterHimanshu Goel2016-09-091-0/+2
|
* Add function signature for _sceAppMgrDestroyAppByNameHimanshu Goel2016-09-091-0/+2
|
* Fixed typoTheOfficialFloW2016-08-281-1/+1
|
* More SceAppMgr infoJeffrey Pfau2016-08-211-1/+2
|
* Added sceAppMgrLaunchAppByName2Himanshu Goel2016-08-161-0/+2
|
* Added new NIDsTheOfficialFloW2016-01-221-0/+30
|
* Initial commit. Added headers from psp2sdk.Glenn Anderson2015-08-141-0/+92