Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added new functions to existing modules. | Rinnegatamante | 2017-12-29 | 6 | -3/+34 |
| | |||||
* | Relocated kernel/nid parameters on top of functions one | Rinnegatamante | 2017-12-29 | 12 | -10/+16 |
| | |||||
* | Merge pull request #264 from Rinnegatamante/patch-16 | Sunguk Lee | 2017-12-21 | 1 | -5/+28 |
|\ | | | | | Added some missing stuffs in sceCtrl header. | ||||
| * | Update ctrl.h | Rinnegatamante | 2017-12-20 | 1 | -2/+2 |
| | | |||||
| * | Using aliasing. | Rinnegatamante | 2017-12-20 | 1 | -2/+2 |
| | | |||||
| * | Added some missing stuffs in sceCtrl header. | Rinnegatamante | 2017-12-20 | 1 | -5/+28 |
| | | |||||
* | | Added SCE_DISPLAY_ERROR_NO_OUTPUT_SIGNAL reference | Rinnegatamante | 2017-12-20 | 1 | -1/+2 |
|/ | |||||
* | Added SCE_SYSMODULE_AACENC to sysmodule.h | TheOfficialFloW | 2017-12-19 | 1 | -0/+1 |
| | |||||
* | Change enum entry in sysmodule.h | TheOfficialFloW | 2017-12-19 | 1 | -1/+1 |
| | |||||
* | Added excpmgr for handling aborts | Yifan Lu | 2017-12-17 | 4 | -0/+73 |
| | |||||
* | Merge pull request #259 from TheOfficialFloW/master | Sergi Granell | 2017-12-10 | 2 | -2/+24 |
|\ | | | | | Added some bruteforced NIDs | ||||
| * | Added more bruteforced SceDisplay NIDs | TheOfficialFloW | 2017-12-10 | 1 | -0/+4 |
| | | |||||
| * | Added some bruteforced NIDs | TheOfficialFloW | 2017-12-07 | 2 | -2/+20 |
|/ | |||||
* | Fix use before definition in #258 | devnoname120 | 2017-12-05 | 1 | -2/+2 |
| | |||||
* | Add ksceKernelFindClassByName, update SceClass | Sergi Granell | 2017-12-03 | 2 | -3/+17 |
| | |||||
* | Add missing sceKernelTryLockLwMutex | Francisco José García García | 2017-12-01 | 1 | -0/+1 |
| | |||||
* | Add ksceKernelCpuGetCpuId NID | Sergi Granell | 2017-11-30 | 2 | -30/+39 |
| | |||||
* | Add ksceDisplaySetFrameBufInternal | Rinnegatamante | 2017-11-29 | 1 | -0/+13 |
| | |||||
* | Add psp2kern/{lowio/pervasive.h, power.h, syscon.h, uart.h}, minor nits (#255) | Sergi Granell | 2017-11-29 | 9 | -12/+527 |
| | | | | | | | | | | | | * Add psp2kern/{lowio/pervasive.h, power.h, syscon.h, uart.h}, minor nits * Fix psp2kern/power.h kernelgroup * Remove stray kscePervasiveUartSetBaudrate from psp2kern/uart.h * Add missing docs * Documentation improvements | ||||
* | Add kscePervasiveUartSetBaudrate NID | Sergi Granell | 2017-11-29 | 1 | -0/+1 |
| | |||||
* | Merge pull request #254 from Rinnegatamante/patch-8 | Sunguk Lee | 2017-11-29 | 1 | -0/+1 |
|\ | | | | | Added ksceKernelExitProcess nid. | ||||
| * | Added ksceKernelExitProcess nid. | Rinnegatamante | 2017-11-28 | 1 | -0/+1 |
| | | |||||
* | | 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 | 2 | -193/+200 |
| | |||||
* | 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 |
| | |||||
* | Added more SceSysclibForDriver NIDs | TheOfficialFloW | 2017-11-12 | 1 | -0/+7 |
| | |||||
* | Add some sceGxm*, sceIo*, sceNet* nids | scribam | 2017-11-13 | 3 | -0/+13 |
| | |||||
* | Added ksceSblACMgrIsSystem | TheOfficialFloW | 2017-11-10 | 1 | -0/+1 |
| | |||||
* | Add more AV codec NIDs | Sergi Granell | 2017-11-10 | 6 | -0/+226 |
| | |||||
* | Add ksceKernelGetMemBlockType | Sergi Granell | 2017-11-08 | 2 | -4/+15 |
| | |||||
* | Bring up SceVshBridge | Joel16 | 2017-11-06 | 1 | -0/+42 |
| | |||||
* | Merge pull request #248 from Rinnegatamante/patch-6 | Francisco José García García | 2017-11-03 | 1 | -0/+1 |
|\ | | | | | Added ksceKernelLaunchApp nid. | ||||
| * | Added ksceKernelLaunchApp nid. | Rinnegatamante | 2017-11-03 | 1 | -0/+1 |
|/ | | | Added ksceKernelLaunchApp nid. | ||||
* | strlen -> strnlen | TheOfficialFloW | 2017-10-31 | 1 | -1/+1 |
| | |||||
* | Update SceKernelAllocMemBlockAttr | Sergi Granell | 2017-10-30 | 1 | -1/+3 |
| | |||||
* | Merge pull request #246 from xerpi/master | Francisco José García García | 2017-10-29 | 1 | -0/+16 |
|\ | | | | | JpegEnc additions and cleanups | ||||
| * | Add some JpegEnc SceAvcodecForDriver NIDs | Sergi Granell | 2017-10-29 | 1 | -0/+16 |
| | | |||||
* | | Merge pull request #244 from yne/patch-3 | Francisco José García García | 2017-10-29 | 1 | -10/+7 |
|\ \ | | | | | | | Various fix/update to modulemgr.h | ||||
| * | | 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 | ||||
* | | Merge pull request #245 from TheOfficialFloW/master | Sergi Granell | 2017-10-29 | 10 | -1/+75 |
|\ \ | |/ |/| | Added some new nids | ||||
| * | Added some new nids | TheOfficialFloW | 2017-10-29 | 4 | -1/+35 |
| | | |||||
| * | Added some new nids | TheOfficialFloW | 2017-10-28 | 7 | -0/+40 |
|/ | |||||
* | 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 | 2 | -0/+28 |
| | |||||
* | Fix Display functions naming | Sergi Granell | 2017-10-26 | 3 | -28/+39 |
| | |||||
* | Fix sceDisplayGetPrimaryHead, add ksceDisplayGetPrimaryHead | Sergi Granell | 2017-10-26 | 3 | -3/+9 |
| |