Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2017-04-13 | Add some brightness functions | devnoname120 | 1 | -0/+34 | |
2017-03-28 | Typo fixing, and misnamed struct (#151) | Hexxellor | 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. | |||||
2017-02-26 | Added two ScePromoterUtil functions (#147) | TheOfficialFloW | 1 | -8/+24 | |
Added two ScePromoterUtil functions | |||||
2017-02-14 | Added missing definitions for VitaShell | TheOfficialFloW | 2 | -0/+10 | |
2017-02-11 | Rename argument of scePromoterUtilityDeletePkg | Sunguk Lee | 1 | -1/+3 | |
`void *unk` to `const char *titleid` https://github.com/vitasdk/vita-headers/pull/101#discussion_r89012646 | |||||
2017-02-10 | Switch license to MIT | devnoname120 | 2 | -5/+1 | |
Close #104 | |||||
2017-02-08 | Update psp2/usbd.h | Sergi Granell | 1 | -3/+3 | |
2017-02-08 | More psp2/usbd.h changes (#131) | Sergi Granell | 1 | -22/+40 | |
2017-02-08 | Update psp2/usbd.h (#128) | Sergi Granell | 1 | -6/+19 | |
Add some SceUsbdForDriver NIDs Add initial psp2kern/usbd.h | |||||
2017-02-08 | Added more SceUsbdForUser NIDs | Sergi Granell | 1 | -0/+56 | |
Add initial psp2/usbd.h | |||||
2017-01-14 | Fix sceKernelCreateCond example | Sergi Granell | 1 | -2/+2 | |
2017-01-14 | Add Condition variables prototypes | Sergi Granell | 1 | -0/+109 | |
2017-01-13 | Added usb nids and headers (#120) | TheOfficialFloW | 3 | -0/+178 | |
2017-01-05 | Update power.h | DerColonel | 1 | -0/+21 | |
Added cold reset, shutdown and suspend functions. | |||||
2017-01-01 | Added more ShellUtil lock types | TheOfficialFloW | 1 | -12/+12 | |
2016-12-31 | Add more SceCtrlForDriver NIDs and kernel ctrl.h | Sergi Granell | 1 | -7/+9 | |
2016-12-18 | Update devctl.h | TheOfficialFloW | 1 | -31/+3 | |
2016-11-29 | Added description for intercept | Yifan Lu | 1 | -1/+4 | |
2016-11-29 | Rename argument of scePromoterUtilityDeletePkg | Sunguk Lee | 1 | -1/+3 | |
`void *unk` to `const char *titleid` https://github.com/vitasdk/vita-headers/pull/101#discussion_r89012646 | |||||
2016-11-21 | Added sceSysmoduleLoadModuleInternalWithArg | Yifan Lu | 1 | -0/+1 | |
2016-11-21 | Add paf id | Yifan Lu | 1 | -0/+1 | |
2016-11-22 | Add documentation for promoterutil.h | devnoname120 | 1 | -2/+65 | |
2016-11-21 | Added const to path for scePromoterUtilityPromotePkg | Yifan Lu | 1 | -1/+1 | |
2016-11-21 | Added sysmodule internal calls | Yifan Lu | 1 | -0/+8 | |
2016-11-21 | Added promoterutil | Yifan Lu | 1 | -0/+28 | |
2016-11-19 | Renamed SCE_CTRL_ALL to SCE_CTRL_INTERCEPTED | devnoname120 | 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. | |||||
2016-11-18 | Add button intercept headers | Yifan Lu | 1 | -0/+18 | |
2016-11-17 | Documentation: Simplify grouping | devnoname120 | 13 | -13/+0 | |
2016-11-15 | psp2/kernel/clib.h: add a few defines | cpasjuste | 1 | -0/+11 | |
2016-11-13 | All files should be added to the documentation now | devnoname120 | 13 | -6/+24 | |
2016-11-13 | More stuff related to doxygen | devnoname120 | 2 | -1/+8 | |
2016-11-12 | Fix usbserial function names (#84) | Tim Keller | 1 | -1/+1 | |
* Changed functions to ForKernel * missed one! * Modify sceUsbSerialGetLen to sceUsbSerialGetRecvBufferSize Modify sceUsbSerialGetLenForKernel to sceUsbSerialGetRecvBufferSizeForKernel | |||||
2016-11-12 | Start the work on doxygen | devnoname120 | 1 | -0/+2 | |
2016-11-12 | Add return value of sceNpDrmPackage functions | devnoname120 | 1 | -0/+4 | |
2016-11-11 | Add NpDrmPackage | devnoname120 | 1 | -0/+47 | |
Reversed and documented by @173210. See http://173210.github.io/scenpdrmpackage | |||||
2016-11-11 | Add DB defines and Header for SceUsbSerial (#81) | Tim Keller | 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 | |||||
2016-11-07 | Fixed power callb | TheOfficialFloW | 1 | -4/+3 | |
2016-11-05 | Update shellutil.h | TheOfficialFloW | 1 | -0/+72 | |
2016-11-05 | Fixed number of arguments in two functions (#58) | TheOfficialFloW | 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 | |||||
2016-11-03 | Properly documented scePower. | Rinnegatamante | 1 | -18/+149 | |
Properly documented scePower. | |||||
2016-11-03 | Revert "Added some SceShellUtil functions" | Davee | 1 | -72/+0 | |
2016-11-03 | Add shellutil header | TheOfficialFloW | 1 | -0/+72 | |
2016-11-02 | kernel development headers (#67) | Davee | 1 | -0/+27 | |
* Added some kernel headers * Modified kernel headers * Added suprx loading args to headers * Added kernel modulemgr load/stop nids * Added struct for versioninfo * Added sceKernelMemcpyKernelToUser * Added SceSblACMgr * Added syscall entry/exit stubs * Added strncpy u2k/k2u functions * Wrong offset for version * More kernel adds * Added sceKernelQueueLoadModuleForPid * Added sceKernelGetSystemSwVersion to user headers * Added sceKernelStrncpyUserForPid * Added a couple more kernel apis | |||||
2016-10-18 | Added sceAppMgrUmount (#66) | TheOfficialFloW | 1 | -0/+5 | |
2016-10-02 | Update SceCtrlActuator | Sunguk Lee | 1 | -2/+3 | |
`enable` field split to `small` and `large` These fields mean motor strength, and can be 0 to 0xff | |||||
2016-09-27 | Add sceCtrlGetBatteryInfo and update SceCtrlData | Sunguk Lee | 1 | -1/+17 | |
- Add function define - Update LT/RT field of SceCtrlData | |||||
2016-09-24 | updated threadmgr pipe documentation | Davee | 1 | -22/+22 | |
2016-09-24 | Add SceCtrlPortInfo structure | Sunguk Lee | 1 | -2/+17 | |
2016-09-21 | added size documentation to sceAppMgrGetAppParam | Davee | 1 | -0/+1 | |
2016-09-20 | Add more button defines, and more SceCtrl function defines | Sunguk Lee | 1 | -1/+35 | |
- sceCtrlReadBufferPositiveExt2 - sceCtrlSetSamplingModeExt - sceCtrlGetControllerPortInfo |