Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-01-16 | Remove dupe: appmgr.h | Reiko Asakura | 1 | -116/+3 | |
2020-11-21 | Add prototype for sceAppMgrGrowMemory{,3} | GrapheneCt | 1 | -0/+16 | |
2020-11-21 | Add doc for sceAppMgrSendNotificationRequest | Reiko Asakura | 1 | -2/+7 | |
2020-10-01 | Add sceAppMgrSendNotificationRequest | GrapheneCt | 1 | -0/+10 | |
2020-09-19 | Make errors signed | Reiko Asakura | 1 | -7/+7 | |
2020-08-20 | Add sceAppMgrDrmOpen/Close | Reiko Asakura | 1 | -1/+0 | |
2020-08-20 | Move defns psp2/apputil.h to psp2common/appmgr.h | Reiko Asakura | 1 | -10/+10 | |
2020-08-11 | Use SCE_PSP2_SDK_VERSION for _sceSharedFbOpen | Reiko Asakura | 1 | -7/+7 | |
This makes no practical difference because _sceSharedFbOpen masks the version with 0xFFFF0000, but ScePaf uses the full version number. | |||||
2020-07-25 | Minor fixes in psp2/appmgr.h | Reiko Asakura | 1 | -6/+6 | |
2020-07-24 | Changes to SceAppMgrBudgetInfo | Reiko Asakura | 1 | -16/+20 | |
From: https://forum.devchroma.nl/index.php/topic,50.msg120.html#msg120 | |||||
2020-07-24 | Add SceSharedFb protoypes | GrapheneCt | 1 | -0/+24 | |
SceSharedFbInfo not added due to too many unknown fields. For reference see: https://github.com/GrapheneCt/libvita2d_sys | |||||
2020-06-26 | Fix many args (#451) | Princess of Sleeping | 1 | -2/+2 | |
Changes document and variable types | |||||
2020-06-23 | Revert vitasdk commits | Reiko Asakura | 1 | -37/+1 | |
Revert "Added sceAppMgrGetBudgetInfo prototype." This reverts commit 8fa5c1fd177b7f921ee809cea04099d3c7e25933. Revert "Added sceSharedFB group in doxygen doc." This reverts commit 70876044c82f8320eaa8c2da6b8af61b48625b18. Revert "Fix for incorrect sceGxmGetRenderTargetMemSize prototype." This reverts commit 361b2153c3ffee8aa4a022a41541391b6465d9fd. Revert "Added sceAVConfigSetDisplayColorSpaceMode prototype (#444)" This reverts commit 3a130e9ab8a981316dbd3d03abccf0a651baabe1. Revert "Added sceSharedFb prototypes." This reverts commit fe1adba231c35f60c0c54ed63bc52d9c25520bc5. Revert "tabification." This reverts commit 537864dfd836390810a0fc5b91256507f3459398. Revert "Fix value for SCE_EVENT_WAITMULTIPLE, add other missing event flags" This reverts commit eaeaa78e3890aa5ebf12ff88c2f57a08cfda9a51. Revert "Added sceGxmVshInitialize reference." This reverts commit dafa6f1c3a58a2ea9af8008edef4d4c6168c2f90. | |||||
2020-06-19 | Added sceAppMgrGetBudgetInfo prototype. | Rinnegatamante | 1 | -1/+37 | |
2020-05-20 | Add prototype "sceAppMgrGetBudgetInfo" | GrapheneCt | 1 | -1/+37 | |
Struct definition from https://github.com/GrapheneCt/BGFTP/blob/c69fd4e7c3275dd5d6efd32af2e795df2ffab2d6/appmain/main.c#L16 | |||||
2019-07-20 | Add _sceAppMgrGetRawPath(OfApp0ByAppIdForShell) | devnoname120 | 1 | -0/+21 | |
2019-02-09 | Add error codes | scribam | 1 | -1/+2 | |
2019-02-09 | Update SceAppMgrAppState | scribam | 1 | -1/+7 | |
2018-11-14 | appmgr: add some const keywords | devnoname120 | 1 | -11/+11 | |
2018-03-18 | add contentid param id. | Bluzume | 1 | -1/+1 | |
2018-01-26 | Added missing definitions for VitaShell | TheOfficialFloW | 1 | -0/+13 | |
2017-09-30 | Better doc, added Savedata related funcs. (#222) | Rinnegatamante | 1 | -57/+348 | |
* Better doc, added Savedata related funcs. * Added back erroneously deleted funcs. Added back erroneously deleted funcs. | |||||
2017-09-16 | Added sceAppMgrGameDataMount header | TheOfficialFloW | 1 | -0/+3 | |
2017-09-14 | Update appmgr.h | TheOfficialFloW | 1 | -2/+2 | |
2017-09-14 | Update appmgr.h | TheOfficialFloW | 1 | -0/+6 | |
2017-06-25 | add sceKernel(Start|Stop)Module / ksceKernelGetMemBlockBase definitions (#202) | David | 1 | -0/+14 | |
* - add sceKernelStartModule / sceKernelStopModule definitions - add a few sceAppMgr definitions * add ksceKernelGetMemBlockBase definition | |||||
2017-06-21 | Manually revert #179 changes | Sunguk Lee | 1 | -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-15 | Named anonymous enums in psp2. (#179) | Rinnegatamante | 1 | -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-14 | Added missing definitions for VitaShell | TheOfficialFloW | 1 | -0/+3 | |
2016-11-17 | Documentation: Simplify grouping | devnoname120 | 1 | -1/+0 | |
2016-11-13 | All files should be added to the documentation now | devnoname120 | 1 | -0/+2 | |
2016-11-05 | Fixed number of arguments in two functions (#58) | TheOfficialFloW | 1 | -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-18 | Added sceAppMgrUmount (#66) | TheOfficialFloW | 1 | -0/+5 | |
2016-09-21 | added size documentation to sceAppMgrGetAppParam | Davee | 1 | -0/+1 | |
2016-09-18 | add return value for sceAppMgrGetAppParam | SMOKE5 | 1 | -0/+1 | |
2016-09-18 | added app param example | SMOKE5 | 1 | -0/+1 | |
2016-09-18 | add sceAppMgrGetAppParam | SMOKE5 | 1 | -0/+3 | |
2016-09-09 | Added comment describing the 'name' parameter | Himanshu Goel | 1 | -0/+2 | |
2016-09-09 | Add function signature for _sceAppMgrDestroyAppByName | Himanshu Goel | 1 | -0/+2 | |
2016-08-28 | Fixed typo | TheOfficialFloW | 1 | -1/+1 | |
2016-08-21 | More SceAppMgr info | Jeffrey Pfau | 1 | -1/+2 | |
2016-08-16 | Added sceAppMgrLaunchAppByName2 | Himanshu Goel | 1 | -0/+2 | |
2016-01-22 | Added new NIDs | TheOfficialFloW | 1 | -0/+30 | |