summaryrefslogtreecommitdiff
path: root/include (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| * | Added sceSysmoduleLoadModuleInternalWithArgYifan Lu2016-11-211-0/+1
| | |
| * | Add paf idYifan Lu2016-11-211-0/+1
| | |
| * | Add documentation for promoterutil.hdevnoname1202016-11-221-2/+65
| | |
| * | Added const to path for scePromoterUtilityPromotePkgYifan Lu2016-11-211-1/+1
| | |
| * | Added sysmodule internal callsYifan Lu2016-11-211-0/+8
| | |
| * | Added promoterutilYifan Lu2016-11-211-0/+28
| | |
* | | Add kernel bt.h headerSergi Granell2016-11-271-0/+324
| | |
* | | Renamed SCE_CTRL_ALL to SCE_CTRL_INTERCEPTEDdevnoname1202016-11-191-17/+17
|/ / | | | | | | The old wording was incorrect, if we wanted a macro for masking all buttons, it should be a OR'ing of the above button macros, and it would give 0xffff.
* | Merge pull request #89 from devnoname120/doxygenSunguk Lee2016-11-1819-1/+21
|\ \ | | | | | | Doxygen support
| * | Documentation: Simplify groupingdevnoname1202016-11-1719-19/+0
| | |
| * | All files should be added to the documentation nowdevnoname1202016-11-1319-9/+35
| | |
| * | More stuff related to doxygendevnoname1202016-11-133-2/+13
| | |
| * | Start the work on doxygendevnoname1202016-11-121-0/+2
| | |
* | | add a few SceNetPsForDriver functionscpasjuste2016-11-171-0/+718
| | |
* | | Merge pull request #79 from devnoname120/masterFrancisco José García García2016-11-151-0/+51
|\ \ \ | | | | | | | | Add NpDrmPackage
| * | | Add return value of sceNpDrmPackage functionsdevnoname1202016-11-121-0/+4
| | | |
| * | | Add NpDrmPackagedevnoname1202016-11-111-0/+47
| |/ / | | | | | | | | | | | | Reversed and documented by @173210. See http://173210.github.io/scenpdrmpackage
* | / psp2/kernel/clib.h: add a few definescpasjuste2016-11-151-0/+11
| |/ |/|
* | Added more kernel modulemgr importsYifan Lu2016-11-121-4/+7
| |
* | Fix usbserial function names (#84)Tim Keller2016-11-121-1/+1
| | | | | | | | | | | | | | | | | | * Changed functions to ForKernel * missed one! * Modify sceUsbSerialGetLen to sceUsbSerialGetRecvBufferSize Modify sceUsbSerialGetLenForKernel to sceUsbSerialGetRecvBufferSizeForKernel