Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove forwarded syscalls | Reiko Asakura | 2021-03-10 | 1 | -89/+0 |
| | | | | | | | | | | | The criteria for removal are 1. The syscall forwarder does not modify arguments or pass additional arguments. 2. The syscall is not used outside of the syscall forwarder. For the removed headers, appmgr.h is wrong, iofilemgr_syscall.h is correct, and net_syscalls.h is unknown. | ||||
* | Rename include guards | Reiko Asakura | 2021-03-08 | 1 | -3/+3 |
| | |||||
* | Add package workflow | Reiko Asakura | 2021-02-11 | 1 | -0/+4 |
| | |||||
* | Remove dupe: appmgr.h | Reiko Asakura | 2021-01-16 | 1 | -116/+3 |
| | |||||
* | Add prototype for sceAppMgrGrowMemory{,3} | GrapheneCt | 2020-11-21 | 1 | -0/+16 |
| | |||||
* | Add doc for sceAppMgrSendNotificationRequest | Reiko Asakura | 2020-11-21 | 1 | -2/+7 |
| | |||||
* | Add sceAppMgrSendNotificationRequest | GrapheneCt | 2020-10-01 | 1 | -0/+10 |
| | |||||
* | Make errors signed | Reiko Asakura | 2020-09-19 | 1 | -7/+7 |
| | |||||
* | Add sceAppMgrDrmOpen/Close | Reiko Asakura | 2020-08-20 | 1 | -1/+0 |
| | |||||
* | Move defns psp2/apputil.h to psp2common/appmgr.h | Reiko Asakura | 2020-08-20 | 1 | -10/+10 |
| | |||||
* | Use SCE_PSP2_SDK_VERSION for _sceSharedFbOpen | Reiko Asakura | 2020-08-11 | 1 | -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.h | Reiko Asakura | 2020-07-25 | 1 | -6/+6 |
| | |||||
* | Merge Vitasdk | Reiko Asakura | 2020-07-24 | 1 | -2/+2 |
|\ | |||||
| * | Fix many args (#451) | Princess of Sleeping | 2020-06-26 | 1 | -2/+2 |
| | | | | | | Changes document and variable types | ||||
| * | Added sceAppMgrGetBudgetInfo prototype. | Rinnegatamante | 2020-06-19 | 1 | -1/+37 |
| | | |||||
* | | Changes to SceAppMgrBudgetInfo | Reiko Asakura | 2020-07-24 | 1 | -16/+20 |
| | | | | | | | | From: https://forum.devchroma.nl/index.php/topic,50.msg120.html#msg120 | ||||
* | | Add SceSharedFb protoypes | GrapheneCt | 2020-07-24 | 1 | -0/+24 |
| | | | | | | | | | | | | | | SceSharedFbInfo not added due to too many unknown fields. For reference see: https://github.com/GrapheneCt/libvita2d_sys | ||||
* | | Add prototype "sceAppMgrGetBudgetInfo" | GrapheneCt | 2020-05-20 | 1 | -1/+37 |
|/ | | | | Struct definition from https://github.com/GrapheneCt/BGFTP/blob/c69fd4e7c3275dd5d6efd32af2e795df2ffab2d6/appmain/main.c#L16 | ||||
* | Add _sceAppMgrGetRawPath(OfApp0ByAppIdForShell) | devnoname120 | 2019-07-20 | 1 | -0/+21 |
| | |||||
* | Add error codes | scribam | 2019-02-09 | 1 | -1/+2 |
| | |||||
* | Update SceAppMgrAppState | scribam | 2019-02-09 | 1 | -1/+7 |
| | |||||
* | appmgr: add some const keywords | devnoname120 | 2018-11-14 | 1 | -11/+11 |
| | |||||
* | add contentid param id. | Bluzume | 2018-03-18 | 1 | -1/+1 |
| | |||||
* | Added missing definitions for VitaShell | TheOfficialFloW | 2018-01-26 | 1 | -0/+13 |
| | |||||
* | Better doc, added Savedata related funcs. (#222) | Rinnegatamante | 2017-09-30 | 1 | -57/+348 |
| | | | | | | | | * Better doc, added Savedata related funcs. * Added back erroneously deleted funcs. Added back erroneously deleted funcs. | ||||
* | Added sceAppMgrGameDataMount header | TheOfficialFloW | 2017-09-16 | 1 | -0/+3 |
| | |||||
* | Update appmgr.h | TheOfficialFloW | 2017-09-14 | 1 | -2/+2 |
| | |||||
* | Update appmgr.h | TheOfficialFloW | 2017-09-14 | 1 | -0/+6 |
| | |||||
* | add sceKernel(Start|Stop)Module / ksceKernelGetMemBlockBase definitions (#202) | David | 2017-06-25 | 1 | -0/+14 |
| | | | | | | | * - add sceKernelStartModule / sceKernelStopModule definitions - add a few sceAppMgr definitions * add ksceKernelGetMemBlockBase definition | ||||
* | Manually revert #179 changes | Sunguk Lee | 2017-06-21 | 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 | ||||
* | Named anonymous enums in psp2. (#179) | Rinnegatamante | 2017-06-15 | 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. | ||||
* | Added missing definitions for VitaShell | TheOfficialFloW | 2017-02-14 | 1 | -0/+3 |
| | |||||
* | Documentation: Simplify grouping | devnoname120 | 2016-11-17 | 1 | -1/+0 |
| | |||||
* | All files should be added to the documentation now | devnoname120 | 2016-11-13 | 1 | -0/+2 |
| | |||||
* | Fixed number of arguments in two functions (#58) | TheOfficialFloW | 2016-11-05 | 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 | ||||
* | Added sceAppMgrUmount (#66) | TheOfficialFloW | 2016-10-18 | 1 | -0/+5 |
| | |||||
* | added size documentation to sceAppMgrGetAppParam | Davee | 2016-09-21 | 1 | -0/+1 |
| | |||||
* | add return value for sceAppMgrGetAppParam | SMOKE5 | 2016-09-18 | 1 | -0/+1 |
| | |||||
* | added app param example | SMOKE5 | 2016-09-18 | 1 | -0/+1 |
| | |||||
* | add sceAppMgrGetAppParam | SMOKE5 | 2016-09-18 | 1 | -0/+3 |
| | |||||
* | Added comment describing the 'name' parameter | Himanshu Goel | 2016-09-09 | 1 | -0/+2 |
| | |||||
* | Add function signature for _sceAppMgrDestroyAppByName | Himanshu Goel | 2016-09-09 | 1 | -0/+2 |
| | |||||
* | Fixed typo | TheOfficialFloW | 2016-08-28 | 1 | -1/+1 |
| | |||||
* | More SceAppMgr info | Jeffrey Pfau | 2016-08-21 | 1 | -1/+2 |
| | |||||
* | Added sceAppMgrLaunchAppByName2 | Himanshu Goel | 2016-08-16 | 1 | -0/+2 |
| | |||||
* | Added new NIDs | TheOfficialFloW | 2016-01-22 | 1 | -0/+30 |
| | |||||
* | Initial commit. Added headers from psp2sdk. | Glenn Anderson | 2015-08-14 | 1 | -0/+92 |