summaryrefslogtreecommitdiff
path: root/include/kernel/ctrl.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-02-11Add package workflowReiko Asakura1-0/+4
2021-01-20Merge common: ctrl.hReiko Asakura1-59/+0
2021-01-19Remove dupe: ctrl.hReiko Asakura1-161/+8
2020-09-19Make errors signedReiko Asakura1-3/+3
2017-11-29Add psp2kern/{lowio/pervasive.h, power.h, syscon.h, uart.h}, minor nits (#255)Sergi Granell1-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-13Fix psp2kern/types.h include in psp2kern headersSergi Granell1-1/+1
2017-10-06Fix identation.Rinnegatamante1-1/+1
2017-10-05Named SceSCtrlExternalInputMode.Rinnegatamante1-2/+2
2017-10-05Named anonymous enums in psp2kernRinnegatamante1-13/+13
Named anonymous enums in psp2kern
2017-07-25Minor stylistic changes.Rinnegatamante1-27/+28
2017-07-24Re-added SCE_CTRL_INTERCEPTED.Rinnegatamante1-0/+1
2017-07-21Renamed INTERCEPTED to PSBUTTON, added a note for shell privileges request.Rinnegatamante1-1/+1
2017-06-23Sort enum values of ctrl.hSunguk Lee1-21/+21
2017-06-22Added two more enums buttons in kernel! (#195)David Nuñez1-1/+3
* Added two more enums buttons! * Fix label of headphone. * Rename by recommendation of devnoname120.
2017-06-12Add ksceCtrlRegisterVirtualControllerDriver related thingsSunguk Lee1-0/+28
- add nid - declare function prototype and param structure
2017-04-10Revert "Update ctrl.h (#155)"Sunguk Lee1-26/+0
This reverts commit 553ecf9a6cd6ee373fec6b826213cbb31844bcc9.
2017-04-09Update ctrl.h (#155)rereprep1-0/+26
2017-03-28Typo fixing, and misnamed struct (#151)Hexxellor1-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-02Fix ksceCtrlSetAnalogEmulation parametersSergi Granell1-12/+12
2017-01-01Fix ksceCtrlSetAnalogEmulation argsSergi Granell1-3/+4
2016-12-31Add more SceCtrlForDriver NIDs and kernel ctrl.hSergi Granell1-64/+55
2016-11-29Added description for interceptYifan Lu1-1/+4
2016-11-19Renamed SCE_CTRL_ALL to SCE_CTRL_INTERCEPTEDdevnoname1201-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-18Add button intercept headersYifan Lu1-0/+18
2016-10-02Update SceCtrlActuatorSunguk Lee1-2/+3
`enable` field split to `small` and `large` These fields mean motor strength, and can be 0 to 0xff
2016-09-27Add sceCtrlGetBatteryInfo and update SceCtrlDataSunguk Lee1-1/+17
- Add function define - Update LT/RT field of SceCtrlData
2016-09-24Add SceCtrlPortInfo structureSunguk Lee1-2/+17
2016-09-20Add more button defines, and more SceCtrl function definesSunguk Lee1-1/+35
- sceCtrlReadBufferPositiveExt2 - sceCtrlSetSamplingModeExt - sceCtrlGetControllerPortInfo
2016-08-18Include psp2/types.h in ctrl.hxyzz1-0/+1
2016-08-14Add sceCtrlSetLightBarJeffrey Pfau1-0/+12
2016-08-08Add sceCtrlSetActuatorJeffrey Pfau1-0/+16
2015-10-12Replace remaining PSP2_ with SCE_xyzz1-1/+1
2015-10-11Fixed the inconsistency in the headers as discussed in issue #4 and #vitasdkSMOKE51-16/+16