Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | input_common: Use attributes for analog range modifiers | german77 | 2022-01-31 | 1 | -4/+26 |
| | |||||
* | common/input: Avoid numerous large copies of CallbackStatus | Lioncash | 2021-12-14 | 1 | -31/+44 |
| | | | | | | | | | 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. | ||||
* | core/hid: Fully emulate motion from button | german77 | 2021-11-25 | 1 | -0/+12 |
| | |||||
* | kraken: Address comments from review | german77 | 2021-11-25 | 1 | -32/+38 |
| | | | | start lion review | ||||
* | core/hid: Rework battery mappings | german77 | 2021-11-25 | 1 | -1/+1 |
| | |||||
* | input_common: Add manual update options to input devices | german77 | 2021-11-25 | 1 | -0/+16 |
| | |||||
* | kraken: Fix errors from rebase and format files | german77 | 2021-11-25 | 1 | -2/+1 |
| | |||||
* | core/hid: Add output devices | german77 | 2021-11-25 | 1 | -1/+2 |
| | |||||
* | input_common: Move touch and analog from button. Move udp protocol | german77 | 2021-11-25 | 1 | -0/+270 |