Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix code style of power.h | Sunguk Lee | 2017-05-14 | 1 | -8/+9 |
| | | | | | - softtab to hardtab - missing semicolon | ||||
* | Fix callback functions and add some enums | Francisco José García García | 2017-05-13 | 1 | -1/+9 |
| | |||||
* | Add sceRegMgr functions (#169) | Joel16 | 2017-05-11 | 1 | -0/+84 |
| | | | Add sceRegMgr functions | ||||
* | Fixed a couple function descriptions and added a few missing functions in ↵ | Joel16 | 2017-05-11 | 1 | -4/+32 |
| | | | | | | | | | | ScePower (#168) * Include a few missing scePower functions * Fixed function descriptions * Fixed voltage units in function description | ||||
* | Add some brightness functions | devnoname120 | 2017-04-13 | 1 | -0/+34 |
| | |||||
* | Typo fixing, and misnamed struct (#151) | Hexxellor | 2017-03-28 | 5 | -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) | TheOfficialFloW | 2017-02-26 | 1 | -8/+24 |
| | | | | Added two ScePromoterUtil functions | ||||
* | Added missing definitions for VitaShell | TheOfficialFloW | 2017-02-14 | 2 | -0/+10 |
| | |||||
* | Rename argument of scePromoterUtilityDeletePkg | Sunguk Lee | 2017-02-11 | 1 | -1/+3 |
| | | | | | | `void *unk` to `const char *titleid` https://github.com/vitasdk/vita-headers/pull/101#discussion_r89012646 | ||||
* | Switch license to MIT | devnoname120 | 2017-02-10 | 2 | -5/+1 |
| | | | | Close #104 | ||||
* | Update psp2/usbd.h | Sergi Granell | 2017-02-08 | 1 | -3/+3 |
| | |||||
* | More psp2/usbd.h changes (#131) | Sergi Granell | 2017-02-08 | 1 | -22/+40 |
| | |||||
* | Update psp2/usbd.h (#128) | Sergi Granell | 2017-02-08 | 1 | -6/+19 |
| | | | | Add some SceUsbdForDriver NIDs Add initial psp2kern/usbd.h | ||||
* | Added more SceUsbdForUser NIDs | Sergi Granell | 2017-02-08 | 1 | -0/+56 |
| | | | | Add initial psp2/usbd.h | ||||
* | Fix sceKernelCreateCond example | Sergi Granell | 2017-01-14 | 1 | -2/+2 |
| | |||||
* | Add Condition variables prototypes | Sergi Granell | 2017-01-14 | 1 | -0/+109 |
| | |||||
* | Added usb nids and headers (#120) | TheOfficialFloW | 2017-01-13 | 3 | -0/+178 |
| | |||||
* | Update power.h | DerColonel | 2017-01-05 | 1 | -0/+21 |
| | | | Added cold reset, shutdown and suspend functions. | ||||
* | Added more ShellUtil lock types | TheOfficialFloW | 2017-01-01 | 1 | -12/+12 |
| | |||||
* | Add more SceCtrlForDriver NIDs and kernel ctrl.h | Sergi Granell | 2016-12-31 | 1 | -7/+9 |
| | |||||
* | Update devctl.h | TheOfficialFloW | 2016-12-18 | 1 | -31/+3 |
| | |||||
* | Merge pull request #97 from vitasdk/ctrl-intercept | devnoname120 | 2016-12-04 | 1 | -0/+21 |
|\ | | | | | Add button intercept headers | ||||
| * | Added description for intercept | Yifan Lu | 2016-11-29 | 1 | -1/+4 |
| | | |||||
| * | Add button intercept headers | Yifan Lu | 2016-11-18 | 1 | -0/+18 |
| | | |||||
* | | Merge pull request #101 from vitasdk/add-promoterutils | Sunguk Lee | 2016-11-30 | 2 | -0/+103 |
|\ \ | | | | | | | Add package installing functions | ||||
| * | | Rename argument of scePromoterUtilityDeletePkg | Sunguk Lee | 2016-11-29 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | | | `void *unk` to `const char *titleid` https://github.com/vitasdk/vita-headers/pull/101#discussion_r89012646 | ||||
| * | | Added sceSysmoduleLoadModuleInternalWithArg | Yifan Lu | 2016-11-21 | 1 | -0/+1 |
| | | | |||||
| * | | Add paf id | Yifan Lu | 2016-11-21 | 1 | -0/+1 |
| | | | |||||
| * | | Add documentation for promoterutil.h | devnoname120 | 2016-11-22 | 1 | -2/+65 |
| | | | |||||
| * | | Added const to path for scePromoterUtilityPromotePkg | Yifan Lu | 2016-11-21 | 1 | -1/+1 |
| | | | |||||
| * | | Added sysmodule internal calls | Yifan Lu | 2016-11-21 | 1 | -0/+8 |
| | | | |||||
| * | | Added promoterutil | Yifan Lu | 2016-11-21 | 1 | -0/+28 |
| | | | |||||
* | | | Renamed SCE_CTRL_ALL to SCE_CTRL_INTERCEPTED | devnoname120 | 2016-11-19 | 1 | -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/doxygen | Sunguk Lee | 2016-11-18 | 13 | -0/+14 |
|\ \ | | | | | | | Doxygen support | ||||
| * | | Documentation: Simplify grouping | devnoname120 | 2016-11-17 | 13 | -13/+0 |
| | | | |||||
| * | | All files should be added to the documentation now | devnoname120 | 2016-11-13 | 13 | -6/+24 |
| | | | |||||
| * | | More stuff related to doxygen | devnoname120 | 2016-11-13 | 2 | -1/+8 |
| | | | |||||
| * | | Start the work on doxygen | devnoname120 | 2016-11-12 | 1 | -0/+2 |
| | | | |||||
* | | | Merge pull request #79 from devnoname120/master | Francisco José García García | 2016-11-15 | 1 | -0/+51 |
|\ \ \ | | | | | | | | | Add NpDrmPackage | ||||
| * | | | Add return value of sceNpDrmPackage functions | devnoname120 | 2016-11-12 | 1 | -0/+4 |
| | | | | |||||
| * | | | Add NpDrmPackage | devnoname120 | 2016-11-11 | 1 | -0/+47 |
| |/ / | | | | | | | | | | | | | Reversed and documented by @173210. See http://173210.github.io/scenpdrmpackage | ||||
* | / | psp2/kernel/clib.h: add a few defines | cpasjuste | 2016-11-15 | 1 | -0/+11 |
| |/ |/| | |||||
* | | Fix usbserial function names (#84) | Tim Keller | 2016-11-12 | 1 | -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 Keller | 2016-11-11 | 1 | -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 callb | TheOfficialFloW | 2016-11-07 | 1 | -4/+3 |
| | |||||
* | Update shellutil.h | TheOfficialFloW | 2016-11-05 | 1 | -0/+72 |
| | |||||
* | Fixed number of arguments in two functions (#58) | TheOfficialFloW | 2016-11-05 | 1 | -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. | Rinnegatamante | 2016-11-03 | 1 | -18/+149 |
| | | | | Properly documented scePower. | ||||
* | Revert "Added some SceShellUtil functions" | Davee | 2016-11-03 | 1 | -72/+0 |
| | |||||
* | Add shellutil header | TheOfficialFloW | 2016-11-03 | 1 | -0/+72 |
| |