summaryrefslogtreecommitdiff
path: root/include/user (follow)
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
|
* 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
* Add some brightness functionsdevnoname1202017-04-131-0/+34
|
* Typo fixing, and misnamed struct (#151)Hexxellor2017-03-285-17/+17
| | | | | | | | * 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 missing definitions for VitaShellTheOfficialFloW2017-02-142-0/+10
|
* 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
* Switch license to MITdevnoname1202017-02-102-5/+1
| | | | Close #104
* 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-081-6/+19
| | | | Add some SceUsbdForDriver NIDs Add initial psp2kern/usbd.h
* Added more SceUsbdForUser NIDsSergi Granell2017-02-081-0/+56
| | | | Add initial psp2/usbd.h
* 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 power.hDerColonel2017-01-051-0/+21
| | | Added cold reset, shutdown and suspend functions.
* Added more ShellUtil lock typesTheOfficialFloW2017-01-011-12/+12
|
* Add more SceCtrlForDriver NIDs and kernel ctrl.hSergi Granell2016-12-311-7/+9
|
* 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
| | |
* | | 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-1813-0/+14
|\ \ | | | | | | Doxygen support
| * | Documentation: Simplify groupingdevnoname1202016-11-1713-13/+0
| | |
| * | All files should be added to the documentation nowdevnoname1202016-11-1313-6/+24
| | |
| * | More stuff related to doxygendevnoname1202016-11-132-1/+8
| | |
| * | Start the work on doxygendevnoname1202016-11-121-0/+2
| | |
* | | 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
| |/ |/|
* | 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
* | Add DB defines and Header for SceUsbSerial (#81)Tim Keller2016-11-111-0/+83
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added DB defines for SceUsbSerial Added in header for SceUsbSerial * Changed to usbserial.h updated db.json to camelCase Fixed spelling errors in usbserial.h added documentation from wiki to usbserial.h * sceUsbSerialget_len -> sceUsbSerialGetLen sceUsbSerialget_lenForKernel -> sceUsbSerialGetLenForKernel * Dangit missed some information on the wiki! * fix camelCase. * fix some formatting issues * Split usbserial.h to psp2kern/kernel/usbserial.h fix some documentation. * Moved kernel defines for usbserial.h to appropriate folder Fix preprocessor macros update copyright * Git decided my changes were not important and chose to ignore them
* Fixed power callbTheOfficialFloW2016-11-071-4/+3
|
* Update shellutil.hTheOfficialFloW2016-11-051-0/+72
|
* Fixed number of arguments in two functions (#58)TheOfficialFloW2016-11-051-2/+4
| | | | | | | | | | | | * Fixed number of arguments in two functions The number of arguments in the functions commited by @himanshugoel2797 were wrong @himanshugoel2797, reverse enginering the api properly instead of just guessing them. * Update appmgr.h * Removed underscore function
* Properly documented scePower.Rinnegatamante2016-11-031-18/+149
| | | | Properly documented scePower.
* Revert "Added some SceShellUtil functions"Davee2016-11-031-72/+0
|
* Add shellutil headerTheOfficialFloW2016-11-031-0/+72
|