Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Added some bruteforced NIDs | TheOfficialFloW | 2017-12-07 | 2 | -2/+20 | |
| | ||||||
* | Add ksceKernelFindClassByName, update SceClass | Sergi Granell | 2017-12-03 | 1 | -0/+1 | |
| | ||||||
* | Add ksceKernelCpuGetCpuId NID | Sergi Granell | 2017-11-30 | 1 | -0/+1 | |
| | ||||||
* | Add psp2kern/{lowio/pervasive.h, power.h, syscon.h, uart.h}, minor nits (#255) | Sergi Granell | 2017-11-29 | 1 | -1/+0 | |
| | | | | | | | | | | | | * 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 | |
| | ||||||
* | Added ksceKernelExitProcess nid. | Rinnegatamante | 2017-11-28 | 1 | -0/+1 | |
| | ||||||
* | Add more kernel threadmgr NIDs, psp2kern/kernel/threadmgr.h cleanups | Sergi Granell | 2017-11-13 | 1 | -0/+4 | |
| | ||||||
* | 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 | 1 | -0/+1 | |
| | ||||||
* | Added ksceKernelLaunchApp nid. | Rinnegatamante | 2017-11-03 | 1 | -0/+1 | |
| | | | Added ksceKernelLaunchApp nid. | |||||
* | strlen -> strnlen | TheOfficialFloW | 2017-10-31 | 1 | -1/+1 | |
| | ||||||
* | 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 | |
| | | ||||||
* | | Added some new nids | TheOfficialFloW | 2017-10-29 | 4 | -1/+35 | |
| | | ||||||
* | | Added some new nids | TheOfficialFloW | 2017-10-28 | 7 | -0/+40 | |
|/ | ||||||
* | Add ksceDisplayGetFrameBufInfoForPid NID and prototype | Sergi Granell | 2017-10-27 | 1 | -0/+1 | |
| | ||||||
* | Fix Display functions naming | Sergi Granell | 2017-10-26 | 1 | -11/+22 | |
| | ||||||
* | Fix sceDisplayGetPrimaryHead, add ksceDisplayGetPrimaryHead | Sergi Granell | 2017-10-26 | 1 | -1/+2 | |
| | ||||||
* | Added some SceSysclibForDriver NIDs | TheOfficialFloW | 2017-10-26 | 1 | -0/+3 | |
| | ||||||
* | More SceDisplay NIDs, update psp2/display.h | Sergi Granell | 2017-10-26 | 1 | -0/+3 | |
| | ||||||
* | Even more SceDisplayForDriver NIDs, Update pspkern/display.h | Sergi Granell | 2017-10-26 | 1 | -0/+1 | |
| | ||||||
* | More SceDisplayForDriver NIDs, Update pspkern/display.h | Sergi Granell | 2017-10-26 | 1 | -0/+4 | |
| | ||||||
* | More SceThreadmgrForDriver, SceDisplayForDriver NIDs, update psp2kern/display.h | Sergi Granell | 2017-10-26 | 3 | -3/+15 | |
| | ||||||
* | Add more NIDs, update udcd.h | Sergi Granell | 2017-10-25 | 2 | -0/+2 | |
| | ||||||
* | Revert "Update modules NIDs" | xyzz | 2017-10-25 | 14 | -27/+27 | |
| | | | | | | This reverts commit e0beb0a89e64d113a17f4361ad9262b17d05128e. This broke everything. | |||||
* | Remove stray NIDs | Sergi Granell | 2017-10-24 | 7 | -99/+0 | |
| | ||||||
* | Const correctness in psp2kern/kernel/cpu.h | Sergi Granell | 2017-10-24 | 7 | -0/+99 | |
| | ||||||
* | Added PowerVR nids | TheOfficialFloW | 2017-10-14 | 3 | -0/+33 | |
| | ||||||
* | Update modules NIDs | CelesteBlue-dev | 2017-10-09 | 14 | -27/+27 | |
| | ||||||
* | Update SceFiber and SceDeci4p (#226) | CelesteBlue-dev | 2017-10-04 | 1 | -0/+1 | |
| | | | | | | * Update SceFiber (1 more NID) * Update SceDeci4p (2 new NIDs) | |||||
* | Update db.yml (SceAppMgr add a lot of NIDs) CB#1 | CelesteBlue-dev | 2017-09-30 | 1 | -0/+49 | |
| | ||||||
* | Merge pull request #219 from devnoname120/sce_paf_private | TheOfficialFloW | 2017-09-25 | 1 | -1/+7 | |
|\ | | | | | Add some sce_paf_private functions | |||||
| * | Change wrong sce_paf_private function | devnoname120 | 2017-09-24 | 1 | -1/+1 | |
| | | ||||||
| * | Add some sce_paf_private functions | devnoname120 | 2017-09-23 | 1 | -0/+6 | |
| | | ||||||
* | | Use real names of SysEvent | TheOfficialFloW | 2017-09-11 | 1 | -3/+3 | |
|/ | | | The original name of the nid is found in SceHid. | |||||
* | Removed wrong NID | TheOfficialFloW | 2017-09-08 | 1 | -1/+0 | |
| | ||||||
* | Added more SceLsdb NIDs | TheOfficialFloW | 2017-09-05 | 1 | -0/+5 | |
| | ||||||
* | More syscon and pervasive NIDs | Sergi Granell | 2017-08-16 | 2 | -1/+6 | |
| | ||||||
* | Add some pervasive msif NIDs | Sergi Granell | 2017-08-13 | 1 | -0/+5 | |
| | ||||||
* | Added NID for ksceKernelTryLockMutex | Yifan Lu | 2017-08-11 | 1 | -0/+1 | |
| | ||||||
* | Add more pervasive and syscon NIDs, fix Sysroot and Sysbase NIDs | Sergi Granell | 2017-08-09 | 3 | -1/+8 | |
| | ||||||
* | More display NIDs | Sergi Granell | 2017-08-07 | 1 | -0/+1 | |
| | ||||||
* | Add some ScePervasiveForDriver NIDs | Sergi Granell | 2017-08-06 | 1 | -0/+15 | |
| | ||||||
* | Add more display and I2C NIDs | Sergi Granell | 2017-08-06 | 2 | -0/+9 | |
| | ||||||
* | Changed to sceLsdbGetType | TheOfficialFloW | 2017-08-05 | 1 | -1/+1 | |
| | ||||||
* | Changed sceLsdbGetMode to sceLsdbGetStyle | TheOfficialFloW | 2017-08-03 | 1 | -1/+1 | |
| | ||||||
* | Added newly reversed SceLsdb nids | TheOfficialFloW | 2017-08-03 | 1 | -0/+17 | |
| |