Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | input_common: Ignore boost uninitialized local variable | Narr the Reg | 2022-04-21 | 1 | -0/+9 |
| | |||||
* | input_common: Reduce unused includes | ameerj | 2022-03-20 | 1 | -1/+0 |
| | |||||
* | input_common: Remove unused core include | Morph | 2022-02-04 | 1 | -1/+0 |
| | |||||
* | input_common: Use attributes for analog range modifiers | german77 | 2022-01-31 | 1 | -4/+26 |
| | |||||
* | Merge pull request #7302 from VPeruS/check-deadlock | bunnei | 2021-12-18 | 1 | -8/+13 |
|\ | | | | | [input_common] Fixed thread hang | ||||
| * | [input_common] Add completion test for CalibrationConfigurationJob | vperus | 2021-11-29 | 1 | -8/+13 |
| | | |||||
* | | common/input: Avoid numerous large copies of CallbackStatus | Lioncash | 2021-12-14 | 2 | -35/+51 |
|/ | | | | | | | | | 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. | ||||
* | input_common: Fully implement UDP controllers | Narr the Reg | 2021-11-26 | 1 | -22/+53 |
| | |||||
* | core/hid: Fully emulate motion from button | german77 | 2021-11-25 | 2 | -1/+22 |
| | |||||
* | settings: Fix Debug controller type options | german77 | 2021-11-25 | 1 | -2/+2 |
| | |||||
* | kraken: Address comments from review | german77 | 2021-11-25 | 4 | -50/+57 |
| | | | | 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 | 2 | -0/+17 |
| | |||||
* | kraken: Address comments from review | german77 | 2021-11-25 | 1 | -1/+0 |
| | | | | review fixes | ||||
* | kraken: Fix errors from rebase and format files | german77 | 2021-11-25 | 3 | -7/+3 |
| | |||||
* | core/hid: Add output devices | german77 | 2021-11-25 | 3 | -3/+7 |
| | |||||
* | input_common: Move touch and analog from button. Move udp protocol | german77 | 2021-11-25 | 6 | -0/+730 |