Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-02-11 | Add package workflow | Reiko Asakura | 1 | -0/+4 | |
2021-01-20 | Merge common: ctrl.h | Reiko Asakura | 1 | -59/+0 | |
2021-01-19 | Remove dupe: ctrl.h | Reiko Asakura | 1 | -161/+8 | |
2020-09-19 | Make errors signed | Reiko Asakura | 1 | -3/+3 | |
2017-11-29 | Add psp2kern/{lowio/pervasive.h, power.h, syscon.h, uart.h}, minor nits (#255) | Sergi Granell | 1 | -4/+4 | |
* Add psp2kern/{lowio/pervasive.h, power.h, syscon.h, uart.h}, minor nits * Fix psp2kern/power.h kernelgroup * Remove stray kscePervasiveUartSetBaudrate from psp2kern/uart.h * Add missing docs * Documentation improvements | |||||
2017-11-13 | Fix psp2kern/types.h include in psp2kern headers | Sergi Granell | 1 | -1/+1 | |
2017-10-06 | Fix identation. | Rinnegatamante | 1 | -1/+1 | |
2017-10-05 | Named SceSCtrlExternalInputMode. | Rinnegatamante | 1 | -2/+2 | |
2017-10-05 | Named anonymous enums in psp2kern | Rinnegatamante | 1 | -13/+13 | |
Named anonymous enums in psp2kern | |||||
2017-07-25 | Minor stylistic changes. | Rinnegatamante | 1 | -27/+28 | |
2017-07-24 | Re-added SCE_CTRL_INTERCEPTED. | Rinnegatamante | 1 | -0/+1 | |
2017-07-21 | Renamed INTERCEPTED to PSBUTTON, added a note for shell privileges request. | Rinnegatamante | 1 | -1/+1 | |
2017-06-23 | Sort enum values of ctrl.h | Sunguk Lee | 1 | -21/+21 | |
2017-06-22 | Added two more enums buttons in kernel! (#195) | David Nuñez | 1 | -1/+3 | |
* Added two more enums buttons! * Fix label of headphone. * Rename by recommendation of devnoname120. | |||||
2017-06-12 | Add ksceCtrlRegisterVirtualControllerDriver related things | Sunguk Lee | 1 | -0/+28 | |
- add nid - declare function prototype and param structure | |||||
2017-04-10 | Revert "Update ctrl.h (#155)" | Sunguk Lee | 1 | -26/+0 | |
This reverts commit 553ecf9a6cd6ee373fec6b826213cbb31844bcc9. | |||||
2017-04-09 | Update ctrl.h (#155) | rereprep | 1 | -0/+26 | |
2017-03-28 | Typo fixing, and misnamed struct (#151) | Hexxellor | 1 | -3/+3 | |
* 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-01-02 | Fix ksceCtrlSetAnalogEmulation parameters | Sergi Granell | 1 | -12/+12 | |
2017-01-01 | Fix ksceCtrlSetAnalogEmulation args | Sergi Granell | 1 | -3/+4 | |
2016-12-31 | Add more SceCtrlForDriver NIDs and kernel ctrl.h | Sergi Granell | 1 | -64/+55 | |
2016-11-29 | Added description for intercept | Yifan Lu | 1 | -1/+4 | |
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-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 | Add SceCtrlPortInfo structure | Sunguk Lee | 1 | -2/+17 | |
2016-09-20 | Add more button defines, and more SceCtrl function defines | Sunguk Lee | 1 | -1/+35 | |
- sceCtrlReadBufferPositiveExt2 - sceCtrlSetSamplingModeExt - sceCtrlGetControllerPortInfo | |||||
2016-08-18 | Include psp2/types.h in ctrl.h | xyzz | 1 | -0/+1 | |
2016-08-14 | Add sceCtrlSetLightBar | Jeffrey Pfau | 1 | -0/+12 | |
2016-08-08 | Add sceCtrlSetActuator | Jeffrey Pfau | 1 | -0/+16 | |
2015-10-12 | Replace remaining PSP2_ with SCE_ | xyzz | 1 | -1/+1 | |
2015-10-11 | Fixed the inconsistency in the headers as discussed in issue #4 and #vitasdk | SMOKE5 | 1 | -16/+16 | |