Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove dupe: ctrl.h | Reiko Asakura | 2021-01-19 | 1 | -194/+8 |
| | |||||
* | Make errors signed | Reiko Asakura | 2020-09-19 | 1 | -6/+6 |
| | |||||
* | Added a note about different mappings for L/R Triggers. (#445) | Rinnegatamante | 2020-06-18 | 1 | -0/+1 |
| | |||||
* | Added sceCtrlIsMultiControllerSupported | TheOfficialFloW | 2018-07-24 | 1 | -2/+10 |
| | |||||
* | psp2: Add sceCtrlPeekBufferPositiveExt2 | Sunguk Lee | 2018-01-15 | 1 | -1/+14 |
| | | | | most like sceCtrlReadBufferPositiveExt2 but non-blocking | ||||
* | Update ctrl.h | Rinnegatamante | 2017-12-20 | 1 | -2/+2 |
| | |||||
* | Using aliasing. | Rinnegatamante | 2017-12-20 | 1 | -2/+2 |
| | |||||
* | Added some missing stuffs in sceCtrl header. | Rinnegatamante | 2017-12-20 | 1 | -5/+28 |
| | |||||
* | Minor stylistic changes. | Rinnegatamante | 2017-07-25 | 1 | -23/+23 |
| | |||||
* | Re-added SCE_CTRL_INTERCEPTED. | Rinnegatamante | 2017-07-24 | 1 | -0/+1 |
| | |||||
* | Renamed INTERCEPTED to PSBUTTON, added a note for shell privileges request. | Rinnegatamante | 2017-07-21 | 1 | -2/+4 |
| | |||||
* | Sort enum values of ctrl.h | Sunguk Lee | 2017-06-23 | 1 | -20/+20 |
| | |||||
* | Added two more enums buttons! (#194) | David Nuñez | 2017-06-22 | 1 | -1/+3 |
| | | | | | | | | * Added two more enums buttons! * Fix headphone label. * Rename by recommendation of devnoname120. | ||||
* | Named anonymous enums in psp2. (#179) | Rinnegatamante | 2017-06-15 | 1 | -42/+42 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Named anonymous enums in psp2. Named anonymous enums in psp2. * Properly sorted enums. * Several modifications (see desc) Added some missing info, fixed identation in some places, aligned all enums and comments with spaces as delimiters, replaced decimal negative errorcode in location.h with hexadecimal one, added some comments and fixed some documentation comments. * Minor fixes in identation. * Yet another minor identation fix. * Fixed enums in structs. * Reverted SceBool changes. * SceBool fix. * Fix for compilation with g++- * Added some doc references in jpegenc. * Fixed some references. | ||||
* | Typo fixing, and misnamed struct (#151) | Hexxellor | 2017-03-28 | 1 | -2/+2 |
| | | | | | | | | * 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. | ||||
* | Add more SceCtrlForDriver NIDs and kernel ctrl.h | Sergi Granell | 2016-12-31 | 1 | -7/+9 |
| | |||||
* | 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 |
| | | |||||
* | | 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. | ||||
* | Update SceCtrlActuator | Sunguk Lee | 2016-10-02 | 1 | -2/+3 |
| | | | | | `enable` field split to `small` and `large` These fields mean motor strength, and can be 0 to 0xff | ||||
* | Add sceCtrlGetBatteryInfo and update SceCtrlData | Sunguk Lee | 2016-09-27 | 1 | -1/+17 |
| | | | | | - Add function define - Update LT/RT field of SceCtrlData | ||||
* | Add SceCtrlPortInfo structure | Sunguk Lee | 2016-09-24 | 1 | -2/+17 |
| | |||||
* | Add more button defines, and more SceCtrl function defines | Sunguk Lee | 2016-09-20 | 1 | -1/+35 |
| | | | | | | - sceCtrlReadBufferPositiveExt2 - sceCtrlSetSamplingModeExt - sceCtrlGetControllerPortInfo | ||||
* | Include psp2/types.h in ctrl.h | xyzz | 2016-08-18 | 1 | -0/+1 |
| | |||||
* | Add sceCtrlSetLightBar | Jeffrey Pfau | 2016-08-14 | 1 | -0/+12 |
| | |||||
* | Add sceCtrlSetActuator | Jeffrey Pfau | 2016-08-08 | 1 | -0/+16 |
| | |||||
* | Replace remaining PSP2_ with SCE_ | xyzz | 2015-10-12 | 1 | -1/+1 |
| | |||||
* | Fixed the inconsistency in the headers as discussed in issue #4 and #vitasdk | SMOKE5 | 2015-10-11 | 1 | -16/+16 |
| | |||||
* | Initial commit. Added headers from psp2sdk. | Glenn Anderson | 2015-08-14 | 1 | -0/+158 |