Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | input_common: Add camera driver | german77 | 2022-07-24 | 1 | -1/+28 |
| | |||||
* | input_common: Make vibration request async | Narr the Reg | 2022-05-23 | 1 | -0/+1 |
| | |||||
* | input_common: Add home and hard touch press buttons to UDP controllers | german77 | 2022-01-30 | 1 | -0/+2 |
| | |||||
* | input_common: Reintroduce motion from mouse and use button names | german77 | 2022-01-17 | 1 | -0/+7 |
| | |||||
* | common/input: Avoid numerous large copies of CallbackStatus | Lioncash | 2021-12-14 | 1 | -2/+2 |
| | | | | | | | | | CallbackStatus instances aren't the cheapest things to copy around (relative to everything else), given that they're currently 520 bytes in size and are currently copied numerous times when callbacks are invoked. Instead, we can pass the status by const reference to avoid all the copying. | ||||
* | common/input: Remove unnecessary returns | Lioncash | 2021-12-14 | 1 | -6/+2 |
| | | | | Given these return void, these can be omitted. | ||||
* | input_engine: Pass LedStatus by const reference | Lioncash | 2021-12-13 | 1 | -1/+1 |
| | | | | Avoids copies where reasonably applicable | ||||
* | input_engine: Pass VibrationStatus by const reference in SetRumble() | Lioncash | 2021-12-13 | 1 | -4/+2 |
| | | | | Avoids creating copies of the struct where not necessary. | ||||
* | input_common: Fully implement UDP controllers | Narr the Reg | 2021-11-26 | 1 | -0/+14 |
| | |||||
* | input_common: Move button names to the frontend | german77 | 2021-11-25 | 1 | -0/+22 |
| | |||||
* | config: Cleanup and documentation | german77 | 2021-11-25 | 1 | -3/+31 |
| | |||||
* | core/hid: Prevent Emulated controller from flapping with multiple inputs devices | german77 | 2021-11-25 | 1 | -0/+4 |
| | |||||
* | core/hid: Fully emulate motion from button | german77 | 2021-11-25 | 1 | -0/+5 |
| | |||||
* | second commit lion review | german77 | 2021-11-25 | 1 | -1/+1 |
| | |||||
* | settings: Fix Debug controller type options | german77 | 2021-11-25 | 1 | -2/+2 |
| | |||||
* | kraken: Address comments from review | german77 | 2021-11-25 | 1 | -2/+2 |
| | | | | start lion review | ||||
* | input_common: Add manual update options to input devices | german77 | 2021-11-25 | 1 | -0/+10 |
| | |||||
* | core/hid: Fix rumble too strong at 1% | german77 | 2021-11-25 | 1 | -0/+7 |
| | |||||
* | core/hid: Only signal when needed | german77 | 2021-11-25 | 1 | -0/+1 |
| | |||||
* | core/hid: Add output devices | german77 | 2021-11-25 | 1 | -0/+39 |
| | |||||
* | common: Rewrite and move core/frontend/input.h to common | german77 | 2021-11-25 | 1 | -0/+242 |