Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Doc indentation changes (#253) | Rinnegatamante | 2017-11-28 | 1 | -8/+8 |
| | |||||
* | Remove misleading note (docs) | Robin B | 2017-11-28 | 1 | -1/+0 |
| | |||||
* | Add more kernel threadmgr NIDs, psp2kern/kernel/threadmgr.h cleanups | Sergi Granell | 2017-11-13 | 1 | -193/+196 |
| | |||||
* | Fix psp2kern/types.h include in psp2kern headers | Sergi Granell | 2017-11-13 | 9 | -10/+10 |
| | |||||
* | rename sceIdStorageIsReadOnly -> vshIdStorageIsReadOnly | Joel16 | 2017-11-13 | 1 | -1/+1 |
| | |||||
* | Add ksceKernelGetMemBlockType | Sergi Granell | 2017-11-08 | 1 | -4/+14 |
| | |||||
* | Bring up SceVshBridge | Joel16 | 2017-11-06 | 1 | -0/+42 |
| | |||||
* | Update SceKernelAllocMemBlockAttr | Sergi Granell | 2017-10-30 | 1 | -1/+3 |
| | |||||
* | Various fix/update to modulemgr.h | Rémy F | 2017-10-29 | 1 | -10/+7 |
| | | | | | | Fix invalid module_stop definition Add missing module_exit Change module_* to function pointer | ||||
* | Add more SceKernelAllocMemBlockAttr info | Sergi Granell | 2017-10-27 | 1 | -21/+24 |
| | |||||
* | Add more docs to psp2kern/kernel/sysmem.h | Sergi Granell | 2017-10-27 | 1 | -4/+21 |
| | |||||
* | Update psp2kern/kernel/sysmem.h | Sergi Granell | 2017-10-27 | 1 | -46/+81 |
| | |||||
* | Add ksceDisplayGetFrameBufInfoForPid NID and prototype | Sergi Granell | 2017-10-27 | 1 | -0/+27 |
| | |||||
* | Fix Display functions naming | Sergi Granell | 2017-10-26 | 2 | -17/+17 |
| | |||||
* | Fix sceDisplayGetPrimaryHead, add ksceDisplayGetPrimaryHead | Sergi Granell | 2017-10-26 | 2 | -2/+7 |
| | |||||
* | More SceDisplay NIDs, update psp2/display.h | Sergi Granell | 2017-10-26 | 2 | -1/+23 |
| | |||||
* | Even more SceDisplayForDriver NIDs, Update pspkern/display.h | Sergi Granell | 2017-10-26 | 1 | -0/+15 |
| | |||||
* | More SceDisplayForDriver NIDs, Update pspkern/display.h | Sergi Granell | 2017-10-26 | 1 | -1/+33 |
| | |||||
* | More SceThreadmgrForDriver, SceDisplayForDriver NIDs, update psp2kern/display.h | Sergi Granell | 2017-10-26 | 2 | -1/+82 |
| | |||||
* | Update SceUdcdDriver | Sergi Granell | 2017-10-26 | 1 | -3/+3 |
| | |||||
* | Update UDCD | Sergi Granell | 2017-10-25 | 1 | -2/+2 |
| | |||||
* | Add more NIDs, update udcd.h | Sergi Granell | 2017-10-25 | 1 | -8/+18 |
| | |||||
* | Fix typo | Francisco José García García | 2017-10-26 | 1 | -1/+1 |
| | |||||
* | Const correctness in psp2kern/kernel/cpu.h | Sergi Granell | 2017-10-24 | 1 | -8/+8 |
| | |||||
* | Missing commas. | Rinnegatamante | 2017-10-14 | 1 | -12/+12 |
| | |||||
* | psp2kern/udcd.h: fix a broken header | xyzz | 2017-10-13 | 1 | -10/+10 |
| | |||||
* | Merge pull request #227 from Rinnegatamante/kern_anon | Sunguk Lee | 2017-10-09 | 15 | -1180/+958 |
|\ | | | | | Named anonymous enums in psp2kern | ||||
| * | Hexa -> uppercase | devnoname120 | 2017-10-08 | 5 | -288/+288 |
| | | |||||
| * | Using upper case chars. | Rinnegatamante | 2017-10-06 | 1 | -4/+4 |
| | | |||||
| * | Fix identation. | Rinnegatamante | 2017-10-06 | 1 | -1/+1 |
| | | |||||
| * | Using Doxygen comment. | Rinnegatamante | 2017-10-06 | 1 | -1/+1 |
| | | |||||
| * | Named SceSCtrlExternalInputMode. | Rinnegatamante | 2017-10-05 | 1 | -2/+2 |
| | | |||||
| * | Named anonymous enums in psp2kern | Rinnegatamante | 2017-10-05 | 12 | -1126/+904 |
| | | | | | | | | Named anonymous enums in psp2kern | ||||
* | | Rename sceCompatGetDevInfo to sceCompatGetDevInf | Sunguk Lee | 2017-10-08 | 1 | -1/+1 |
| | | | | | | | | Related #201 | ||||
* | | Add some sceAVConfig volume functions | Joel16 | 2017-10-08 | 1 | -0/+35 |
|/ | |||||
* | Add ksceDisplayWaitVblankStartMulti | Robin B | 2017-10-01 | 1 | -0/+7 |
| | |||||
* | 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. | ||||
* | Merge pull request #219 from devnoname120/sce_paf_private | TheOfficialFloW | 2017-09-25 | 1 | -0/+7 |
|\ | | | | | Add some sce_paf_private functions | ||||
| * | Change wrong sce_paf_private function | devnoname120 | 2017-09-24 | 1 | -0/+1 |
| | | |||||
| * | Add some sce_paf_private functions | devnoname120 | 2017-09-23 | 1 | -0/+6 |
| | | |||||
* | | Add ksceDisplayWaitVblankStart | Robin B | 2017-09-19 | 1 | -0/+5 |
| | | |||||
* | | 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 |
|/ | |||||
* | Added more sysmodule definitions | TheOfficialFloW | 2017-09-09 | 1 | -4/+62 |
| | |||||
* | Added headers for SceSblAIMgrForDriver | Yifan Lu | 2017-08-11 | 1 | -0/+25 |
| | |||||
* | Add more display and I2C NIDs | Sergi Granell | 2017-08-06 | 1 | -0/+1 |
| | |||||
* | Added scePowerGet/SetUsingWireless prototypes. | Rinnegatamante | 2017-08-01 | 1 | -0/+16 |
| | | | | Added scePowerGet/SetUsingWireless prototypes. | ||||
* | Minor stylistic changes. | Rinnegatamante | 2017-07-25 | 2 | -50/+51 |
| | |||||
* | Re-added SCE_CTRL_INTERCEPTED. | Rinnegatamante | 2017-07-24 | 2 | -0/+2 |
| |