summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * Update kernel condSergi Granell2018-02-052-0/+86
|/
* Add ksceBtHidVu NIDsSergi Granell2018-02-041-0/+8
|
* Added ScePower errorcodes.Rinnegatamante2018-01-301-0/+9
|
* Fixed wrong NID in SceDisplayTheOfficialFloW2018-01-291-1/+1
|
* Added two more bruteforced SceDisplay NIDsTheOfficialFloW2018-01-281-0/+2
|
* Added missing definitions for VitaShellTheOfficialFloW2018-01-262-0/+25
|
* Added SceUsbPspcmTheOfficialFloW2018-01-211-0/+19
|
* Added missing SceUdcdWaitParamTheOfficialFloW2018-01-151-0/+9
|
* Merge pull request #285 from xerpi/udcd_improvementsSunguk Lee2018-01-153-47/+98
|\ | | | | UDCD improvements, add NIDS
| * UDCD improvements, add NIDSSergi Granell2018-01-153-47/+98
|/
* Merge pull request #284 from d3m3vilurr/readd-kernel-ioFrancisco José García García2018-01-141-0/+6
|\ | | | | psp2kern: Readd some kernel IO functions
| * psp2kern: Readd some kernel IO functionsSunguk Lee2018-01-151-0/+6
|/ | | | https://wiki.henkaku.xyz/vita/SceIofilemgr
* Remove all NID mismatched definitionsSunguk Lee2018-01-154-354/+0
| | | | | | | | anyway, we can't use these functions before finding right NID value. but if we provide these & doc contains these info, end-programmers can have confusion Resolve #201
* Merge pull request #283 from d3m3vilurr/update-ctrlFrancisco José García García2018-01-141-1/+14
|\ | | | | psp2: Add sceCtrlPeekBufferPositiveExt2
| * psp2: Add sceCtrlPeekBufferPositiveExt2Sunguk Lee2018-01-151-1/+14
|/ | | | most like sceCtrlReadBufferPositiveExt2 but non-blocking
* Added two more bruteforced SceDisplay nidsTheOfficialFloW2018-01-131-0/+2
|
* Address comments of #262devnoname1202018-01-111-36/+9
|
* Update registrymgr.hCelesteBlue-dev2018-01-111-0/+93
|
* Documented sysmodule.h.Rinnegatamante2017-12-311-124/+183
|
* Merge pull request #272 from Rinnegatamante/patch-19TheOfficialFloW2017-12-292-2/+1
|\ | | | | Fix for sceKernelUnlockLwMutex wrong nid.
| * Fix for sceKernelUnlockLwMutex wrong nid.Rinnegatamante2017-12-292-2/+1
|/
* Added back sceRudpEnableInternalIoThread2.Rinnegatamante2017-12-291-1/+2
|
* Merge pull request #267 from Rinnegatamante/patch-18Sunguk Lee2017-12-2915-13/+50
|\ | | | | | | db.yml major update
| * Added new functions to existing modules.Rinnegatamante2017-12-296-3/+34
| |
| * Relocated kernel/nid parameters on top of functions oneRinnegatamante2017-12-2912-10/+16
|/
* Merge pull request #264 from Rinnegatamante/patch-16Sunguk Lee2017-12-211-5/+28
|\ | | | | Added some missing stuffs in sceCtrl header.
| * Update ctrl.hRinnegatamante2017-12-201-2/+2
| |
| * Using aliasing.Rinnegatamante2017-12-201-2/+2
| |
| * Added some missing stuffs in sceCtrl header.Rinnegatamante2017-12-201-5/+28
| |
* | Added SCE_DISPLAY_ERROR_NO_OUTPUT_SIGNAL referenceRinnegatamante2017-12-201-1/+2
|/
* Added SCE_SYSMODULE_AACENC to sysmodule.hTheOfficialFloW2017-12-191-0/+1
|
* Change enum entry in sysmodule.hTheOfficialFloW2017-12-191-1/+1
|
* Added excpmgr for handling abortsYifan Lu2017-12-174-0/+73
|
* Merge pull request #259 from TheOfficialFloW/masterSergi Granell2017-12-102-2/+24
|\ | | | | Added some bruteforced NIDs
| * Added more bruteforced SceDisplay NIDsTheOfficialFloW2017-12-101-0/+4
| |
| * Added some bruteforced NIDsTheOfficialFloW2017-12-072-2/+20
|/
* Fix use before definition in #258devnoname1202017-12-051-2/+2
|
* Add ksceKernelFindClassByName, update SceClassSergi Granell2017-12-032-3/+17
|
* Add missing sceKernelTryLockLwMutexFrancisco José García García2017-12-011-0/+1
|
* Add ksceKernelCpuGetCpuId NIDSergi Granell2017-11-302-30/+39
|
* Add ksceDisplaySetFrameBufInternalRinnegatamante2017-11-291-0/+13
|
* Add psp2kern/{lowio/pervasive.h, power.h, syscon.h, uart.h}, minor nits (#255)Sergi Granell2017-11-299-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 NIDSergi Granell2017-11-291-0/+1
|
* Merge pull request #254 from Rinnegatamante/patch-8Sunguk Lee2017-11-291-0/+1
|\ | | | | Added ksceKernelExitProcess nid.
| * Added ksceKernelExitProcess nid.Rinnegatamante2017-11-281-0/+1
| |
* | Doc indentation changes (#253)Rinnegatamante2017-11-281-8/+8
|/
* Remove misleading note (docs)Robin B2017-11-281-1/+0
|
* Add more kernel threadmgr NIDs, psp2kern/kernel/threadmgr.h cleanupsSergi Granell2017-11-132-193/+200
|
* Fix psp2kern/types.h include in psp2kern headersSergi Granell2017-11-139-10/+10
|
* rename sceIdStorageIsReadOnly -> vshIdStorageIsReadOnlyJoel162017-11-131-1/+1
|