summaryrefslogtreecommitdiff
path: root/include (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add ksceUsbdGetEndpointId and ksceUsbdControlTransfer NIDsSergi Granell2017-04-021-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 two ScePromoterUtil functions (#147)TheOfficialFloW2017-02-261-8/+24
| | | | Added two ScePromoterUtil functions
* Added ksceKernelRemapBlock to headersYifan Lu2017-02-241-0/+10
|
* Added some sblauthmgr functions (#141)Yifan Lu2017-02-242-0/+20
| | | | Added some sblauthmgr functions Added ksceKernelGetPaddr to headers
* Merge pull request #127 from TheOfficialFloW/masterSunguk Lee2017-02-181-6/+6
|\ | | | | Rename ksceKernelMemPool* functions
| * Rename ksceKernelMemPool* functionsTheOfficialFloW2017-02-071-6/+6
| |
* | Add ksceUsbdGetDescriptorSergi Granell2017-02-161-6/+17
| |
* | Update psp2kern/usbd.hSergi Granell2017-02-161-5/+7
| |
* | Even more cache NIDsSergi Granell2017-02-161-0/+21
| |
* | Add more cache NIDsSergi Granell2017-02-161-5/+32
| |
* | Added missing definitions for VitaShellTheOfficialFloW2017-02-142-0/+10
| |
* | Add ksceKernelDisableSubIntr NIDSergi Granell2017-02-131-0/+1
| |
* | Add ksceKernelEnableSubIntr NIDSergi Granell2017-02-131-2/+3
| |
* | Add some intrmgr subintr NIDsSergi Granell2017-02-131-3/+5
| |
* | psp2kern/kernel/intrmgr.h definitions renamingSergi Granell2017-02-131-11/+11
| |
* | Add psp2kern/kernel/intrmgr.hSergi Granell2017-02-131-0/+56
| |
* | Merge pull request #135 from xerpi/cpu_nidsSergi Granell2017-02-131-11/+19
|\ \ | | | | | | Add more/fix SceCpuForKernel and SceCpuForDriver NIDs
| * | Add more/fix SceCpuForKernel and SceCpuForDriver NIDsSergi Granell2017-02-101-11/+19
| | | | | | | | | | | | Update include/psp2kern/kernel/cpu.h
* | | Rename argument of scePromoterUtilityDeletePkgSunguk Lee2017-02-111-1/+3
| | | | | | | | | | | | | | | | | | `void *unk` to `const char *titleid` https://github.com/vitasdk/vita-headers/pull/101#discussion_r89012646
* | | Merge pull request #133 from vitasdk/mitSunguk Lee2017-02-114-8/+1
|\ \ \ | |/ / |/| | Switch license to MIT
| * | Switch license to MITdevnoname1202017-02-104-8/+1
| | | | | | | | | | | | Close #104
* | | Updated SceUsbdDriver structTheOfficialFloW2017-02-101-3/+3
|/ /
* | Add some SceDisplayForDriver NIDsSergi Granell2017-02-091-0/+87
| | | | | | | | Add psp2kern/display.h
* | Update psp2/usbd.hSergi Granell2017-02-081-3/+3
| |
* | More psp2/usbd.h changes (#131)Sergi Granell2017-02-081-22/+40
| |
* | Update psp2/usbd.h (#128)Sergi Granell2017-02-082-6/+69
| | | | | | | | Add some SceUsbdForDriver NIDs Add initial psp2kern/usbd.h
* | Added more SceUsbdForUser NIDsSergi Granell2017-02-081-0/+56
|/ | | | Add initial psp2/usbd.h
* Add psp2kern/kernel/suspend.hSergi Granell2017-02-021-0/+35
|
* Fix sceKernelCreateCond exampleSergi Granell2017-01-141-2/+2
|
* Add Condition variables prototypesSergi Granell2017-01-141-0/+109
|
* Added usb nids and headers (#120)TheOfficialFloW2017-01-133-0/+178
|
* Update udcd.hSergi Granell2017-01-061-1/+1
|
* Update udcd.hSergi Granell2017-01-061-27/+86
|
* Update power.hDerColonel2017-01-051-0/+21
| | | Added cold reset, shutdown and suspend functions.
* Add more SceUdcd NIDs and defines (thanks to @TheOfficialFloW)Sergi Granell2017-01-051-7/+11
|
* Add psp2kern/udcd.h, some SceUdcdForDriver NIDs and ksceTouchSetRegion NIDSergi Granell2017-01-051-0/+522
|
* Add ksceKernelCpuDcacheWritebackRange NIDSergi Granell2017-01-051-2/+12
|
* Fix ksceCtrlSetAnalogEmulation parametersSergi Granell2017-01-021-12/+12
|
* Added more ShellUtil lock typesTheOfficialFloW2017-01-011-12/+12
|
* Fix ksceCtrlSetAnalogEmulation argsSergi Granell2017-01-011-3/+4
|
* Add more SceCtrlForDriver NIDs and kernel ctrl.hSergi Granell2016-12-312-7/+274
|
* Update SceBtSergi Granell2016-12-251-2/+12
|
* Update SceBtRegisteredInfoSergi Granell2016-12-221-3/+10
|
* Update devctl.hTheOfficialFloW2016-12-181-31/+3
|
* Merge pull request #97 from vitasdk/ctrl-interceptdevnoname1202016-12-041-0/+21
|\ | | | | Add button intercept headers
| * Added description for interceptYifan Lu2016-11-291-1/+4
| |
| * Add button intercept headersYifan Lu2016-11-181-0/+18
| |
* | Merge pull request #101 from vitasdk/add-promoterutilsSunguk Lee2016-11-302-0/+103
|\ \ | | | | | | Add package installing functions
| * | Rename argument of scePromoterUtilityDeletePkgSunguk Lee2016-11-291-1/+3
| | | | | | | | | | | | | | | | | | `void *unk` to `const char *titleid` https://github.com/vitasdk/vita-headers/pull/101#discussion_r89012646