Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More SceDisplay NIDs, update psp2/display.h | Sergi Granell | 2017-10-26 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | 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 |
| | |||||
* | Hexa -> uppercase | devnoname120 | 2017-10-08 | 2 | -243/+243 |
| | |||||
* | 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 | ||||
* | Add ksceDisplayWaitVblankStartMulti | Robin B | 2017-10-01 | 1 | -0/+7 |
| | |||||
* | Add ksceDisplayWaitVblankStart | Robin B | 2017-09-19 | 1 | -0/+5 |
| | |||||
* | 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 |
| | |||||
* | Minor stylistic changes. | Rinnegatamante | 2017-07-25 | 1 | -27/+28 |
| | |||||
* | Re-added SCE_CTRL_INTERCEPTED. | Rinnegatamante | 2017-07-24 | 1 | -0/+1 |
| | |||||
* | Renamed INTERCEPTED to PSBUTTON, added a note for shell privileges request. | Rinnegatamante | 2017-07-21 | 1 | -1/+1 |
| | |||||
* | Added SceCompat | TheOfficialFloW | 2017-07-21 | 1 | -1/+9 |
| | |||||
* | Add more SceDisplayForDriver NIDs | Sergi Granell | 2017-07-17 | 1 | -4/+4 |
| | |||||
* | Add some SceProcessmgrForDriver NIDs | Sergi Granell | 2017-07-17 | 1 | -0/+16 |
| | |||||
* | Add more SceDebugForKernel NIDs | Sergi Granell | 2017-07-11 | 1 | -0/+8 |
| | |||||
* | Update I2C | Sergi Granell | 2017-07-11 | 1 | -11/+13 |
| | |||||
* | The sceKernelGetMutexInfo second arg should be a pointer to SceKernelMutexInfo | codestation | 2017-06-30 | 1 | -1/+1 |
| | |||||
* | fix SCE_EVENT_WAITMULTIPLE (#205) | David | 2017-06-25 | 1 | -1/+1 |
| | |||||
* | add sceKernel(Start|Stop)Module / ksceKernelGetMemBlockBase definitions (#202) | David | 2017-06-25 | 1 | -0/+10 |
| | | | | | | | * - add sceKernelStartModule / sceKernelStopModule definitions - add a few sceAppMgr definitions * add ksceKernelGetMemBlockBase definition | ||||
* | Refactor sceIo headers. (#204) | Rinnegatamante | 2017-06-25 | 1 | -4/+4 |
| | | | | | | | | | | | | * Refactor sceIo headers. * Typo fix. * Sorted enums. * Added SCE_O_PWLOCK. * Typo fix. | ||||
* | Sort enum values of ctrl.h | Sunguk Lee | 2017-06-23 | 1 | -21/+21 |
| | |||||
* | ksceDebugPrintf2 (unknow name) and definition | cpasjuste | 2017-06-22 | 1 | -0/+2 |
| | |||||
* | change SceDebugForDriver printf naming and add definition | cpasjuste | 2017-06-22 | 1 | -0/+2 |
| | |||||
* | Added two more enums buttons in kernel! (#195) | David Nuñez | 2017-06-22 | 1 | -1/+3 |
| | | | | | | | | * Added two more enums buttons! * Fix label of headphone. * Rename by recommendation of devnoname120. | ||||
* | Manually revert #179 changes | Sunguk Lee | 2017-06-21 | 1 | -4/+4 |
| | | | | | | | | | - 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 | ||||
* | Added new NIDs | TheOfficialFloW | 2017-06-15 | 1 | -0/+3 |
| | |||||
* | Merge pull request #185 from joel16/master | Sergi Granell | 2017-06-15 | 1 | -0/+84 |
|\ | | | | | Add SceRegMgrForDriver functions | ||||
| * | Add SceRegMgrForDriver functions | Joel16 | 2017-06-14 | 1 | -0/+84 |
| | | |||||
* | | Add UART, syscon, I2C nids. Add I2C header. | Sergi Granell | 2017-06-15 | 1 | -0/+39 |
|/ | |||||
* | Removed next entry | TheOfficialFloW | 2017-06-14 | 1 | -2/+1 |
| | |||||
* | Add ksceCtrlRegisterVirtualControllerDriver related things | Sunguk Lee | 2017-06-12 | 1 | -0/+28 |
| | | | | | - add nid - declare function prototype and param structure | ||||
* | Fix ksceNetSend() and ksceNetRecv() (#177) | devnoname120 | 2017-06-02 | 1 | -2/+4 |
| | | | | | | | | * Fix ksceNetSend() and ksceNetRecv() These functions don't exist in Kernel. A #define have been added to make them work. * Remove non-existing ksceNet functions | ||||
* | Added dmac functions (#173) | TheOfficialFloW | 2017-05-14 | 1 | -0/+34 |
| | | | Added dmac functions | ||||
* | Added new function: ksceKernelStartModuleForPid | Yifan Lu | 2017-05-13 | 1 | -0/+1 |
| | |||||
* | Added sysmem uid object reference counting functions | Yifan Lu | 2017-05-13 | 1 | -0/+38 |
| | | | | | Removed duplicate NID ksceSysrootUseExternalStorage == ksceSysrootIsManufacturingMode Added headder for ksceSysrootIsManufacturingMode | ||||
* | Update usbd.h | Yifan Lu | 2017-05-04 | 1 | -1/+1 |
| | | | Argument 1 was wrong | ||||
* | Added missing typedef breaking vitasdkkern.h | Rinnegatamante | 2017-04-26 | 1 | -1/+1 |
| | | | Added missing typedef breaking vitasdkkern.h | ||||
* | Added missing kernel IO headers. (#160) | Rinnegatamante | 2017-04-11 | 1 | -0/+33 |
| | | | | | * Added missing kernel IO headers. Added missing kernel IO headers. |