summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #185 from joel16/masterSergi Granell2017-06-151-0/+84
|\
| * Add SceRegMgrForDriver functionsJoel162017-06-141-0/+84
* | Add UART, syscon, I2C nids. Add I2C header.Sergi Granell2017-06-154-0/+60
* | Named anonymous enums in psp2. (#179)Rinnegatamante2017-06-1515-342/+341
|/
* Removed next entryTheOfficialFloW2017-06-141-2/+1
* Merge pull request #184 from d3m3vilurr/virtual-ctrl-driverSergi Granell2017-06-122-0/+29
|\
| * Add ksceCtrlRegisterVirtualControllerDriver related thingsSunguk Lee2017-06-122-0/+29
|/
* Add SceHid Mouse functions (#182)meetpatty2017-06-022-12/+38
* Fix ksceNetSend() and ksceNetRecv() (#177)devnoname1202017-06-022-4/+4
* Add SceHid keyboard functions (#181)meetpatty2017-05-252-0/+57
* Add sceSblSsUpdateMgrSetBootModexyzz2017-05-211-0/+8
* Added sceKernelPowerLock sceKernelPowerUnlock (#176)Yifan Lu2017-05-161-0/+18
* Added dmac functions (#173)TheOfficialFloW2017-05-143-0/+82
* Merge pull request #172 from vitasdk/new-sysmem-stuffYifan Lu2017-05-144-1/+42
|\
| * Moved NID from wrong libraryYifan Lu2017-05-131-1/+1
| * Added new function: ksceKernelStartModuleForPidYifan Lu2017-05-132-0/+2
| * Added sysmem uid object reference counting functionsYifan Lu2017-05-132-1/+40
|/
* Fix code style of power.hSunguk Lee2017-05-141-8/+9
* 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
* Fixed a couple function descriptions and added a few missing functions in Sce...Joel162017-05-111-4/+32
* Merge pull request #167 from vitasdk/usbd-patch-1xyzz2017-05-051-1/+1
|\
| * Update usbd.hYifan Lu2017-05-041-1/+1
|/
* Merge pull request #166 from Rinnegatamante/patch-1xyzz2017-04-261-1/+1
|\
| * Added missing typedef breaking vitasdkkern.hRinnegatamante2017-04-261-1/+1
|/
* Fix some incorrect module and library NIDsdevnoname1202017-04-1843-47/+47
* Add some brightness functionsdevnoname1202017-04-132-0/+43
* Added missing kernel IO headers. (#160)Rinnegatamante2017-04-111-0/+33
* 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
* Revert "Update ctrl.h (#155)"Sunguk Lee2017-04-101-26/+0
* Revert "Update db.yml" (#156)devnoname1202017-04-091-2/+0
* 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
* 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
|\