summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix code style of power.hSunguk Lee2017-05-141-8/+9
| | | | | - softtab to hardtab - missing semicolon
* Fix callback functions and add some enumsFrancisco José García García2017-05-131-1/+9
|
* Added some ScePaf functionsTheOfficialFloW2017-05-131-0/+14
|
* Add sceRegMgr functions (#169)Joel162017-05-111-0/+84
| | | Add sceRegMgr functions
* Fixed a couple function descriptions and added a few missing functions in ↵Joel162017-05-111-4/+32
| | | | | | | | | | ScePower (#168) * Include a few missing scePower functions * Fixed function descriptions * Fixed voltage units in function description
* Merge pull request #167 from vitasdk/usbd-patch-1xyzz2017-05-051-1/+1
|\ | | | | Update usbd.h
| * Update usbd.hYifan Lu2017-05-041-1/+1
|/ | | Argument 1 was wrong
* Merge pull request #166 from Rinnegatamante/patch-1xyzz2017-04-261-1/+1
|\ | | | | Added missing typedef breaking vitasdkkern.h
| * Added missing typedef breaking vitasdkkern.hRinnegatamante2017-04-261-1/+1
|/ | | Added missing typedef breaking vitasdkkern.h
* Fix some incorrect module and library NIDsdevnoname1202017-04-1843-47/+47
| | | | Fix #7
* Add some brightness functionsdevnoname1202017-04-132-0/+43
|
* Added missing kernel IO headers. (#160)Rinnegatamante2017-04-111-0/+33
| | | | | * Added missing kernel IO headers. Added missing kernel IO headers.
* Typedef udcd structuresSergi Granell2017-04-101-55/+69
|
* Fix UDCD error codeSergi Granell2017-04-101-1/+1
|
* Add GPIO header and more NIDs (#158)Sergi Granell2017-04-105-0/+69
| | | | | | | | | | * Add GPIO header and more NIDs * Add ksceSysconCtrlLED NID * Add ksceKernelCpuSuspendIntr and ksceKernelCpuResumeIntr NIDs * Add GPIO to the docs
* Revert "Update ctrl.h (#155)"Sunguk Lee2017-04-101-26/+0
| | | | This reverts commit 553ecf9a6cd6ee373fec6b826213cbb31844bcc9.
* Revert "Update db.yml" (#156)devnoname1202017-04-091-2/+0
| | | | | | * Revert "Update db.yml (#154)" This reverts commit e891308d73a038508539efe24c18696afb54e8b6.
* Update ctrl.h (#155)rereprep2017-04-091-0/+26
|
* Update db.yml (#154)rereprep2017-04-091-0/+2
|
* Add ksceUsbdInterruptTransfer NIDSergi Granell2017-04-022-0/+7
|
* Add ksceUsbdCloseEndpointSergi Granell2017-04-022-2/+8
|
* Add missing ksceUsbdGetEndpointId NIDSergi Granell2017-04-021-0/+1
|
* Add ksceUsbdGetEndpointId and ksceUsbdControlTransfer NIDsSergi Granell2017-04-022-0/+27
|
* Add more SceCtrlForDriver NIDsSergi Granell2017-04-021-0/+4
|
* Add more SceCtrl NIDsSergi Granell2017-04-011-0/+15
|
* Add SceMotionDev NIDsSergi Granell2017-04-021-0/+47
|
* Add more SceTouch NIDsSergi Granell2017-04-011-0/+26
|
* Typo fixing, and misnamed struct (#151)Hexxellor2017-03-2810-34/+34
| | | | | | | | * Fixing Mostly Harmless Typos This fixes a bunch of miscellaneous typos and grammatical mistakes in the source which were mostly harmless with the exception of the ScreenShotParam in psp2/screenshot.h which didn’t match the name of the struct causing it to fail when using that header.
* Added 3 SceSysclibForDriver NIDsTheOfficialFloW2017-03-101-1/+3
|
* Added more SceKernelUtilsForDriver NIDsTheOfficialFloW2017-03-071-1/+20
|
* Added some SceKernelUtilsForDriver NIDsTheOfficialFloW2017-03-071-0/+11
|
* Added more npdrm nidsTheOfficialFloW2017-03-051-0/+22
|
* Merge pull request #149 from vitasdk/TheOfficialFloW-patch-3Sunguk Lee2017-03-052-31/+91
|\ | | | | Added SceRegistryMgr nids
| * Added SceRegistryMgr nidsTheOfficialFloW2017-03-052-31/+91
|/
* Merge pull request #148 from vitasdk/TheOfficialFloW-patch-2Francisco José García García2017-03-042-9/+28
|\ | | | | Added SceNpDrmForDriver
| * Added SceNpDrmForDriverTheOfficialFloW2017-03-042-9/+28
|/
* Added ksceKernelGetProcessAuthidTheOfficialFloW2017-03-041-0/+1
|
* Added two ScePromoterUtil functions (#147)TheOfficialFloW2017-02-262-8/+26
| | | | Added two ScePromoterUtil functions
* Merge pull request #146 from TheOfficialFloW/masterFrancisco José García García2017-02-252-0/+8
|\ | | | | Added some syscalls
| * Added some syscallsTheOfficialFloW2017-02-252-0/+8
|/
* SceDebugForDriver was in the wrong module (#145)Yifan Lu2017-02-252-5/+14
| | | Added real functions to SceStdio (undocumented)
* Merge pull request #144 from vitasdk/remapSunguk Lee2017-02-252-0/+12
|\ | | | | Added ksceKernelRemapBlock to headers
| * Added undocumeted kernel debug flag setYifan Lu2017-02-241-0/+2
| |
| * Added ksceKernelRemapBlock to headersYifan Lu2017-02-241-0/+10
|/
* Added some sblauthmgr functions (#141)Yifan Lu2017-02-243-0/+31
| | | | Added some sblauthmgr functions Added ksceKernelGetPaddr to headers
* Merge pull request #127 from TheOfficialFloW/masterSunguk Lee2017-02-182-10/+10
|\ | | | | Rename ksceKernelMemPool* functions
| * Rename ksceKernelMemPool* functionsTheOfficialFloW2017-02-072-10/+10
| |
* | Add ksceUsbdGetDescriptorSergi Granell2017-02-162-6/+18
| |
* | Update psp2kern/usbd.hSergi Granell2017-02-162-5/+8
| |
* | Even more cache NIDsSergi Granell2017-02-162-0/+24
| |