| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | yuzu: config: Set default range to 95% | 2022-04-26 | 1 | -1/+1 | |
| | | |||||
| * | general: Convert source file copyright comments over to SPDX | 2022-04-23 | 1 | -3/+2 | |
| | | | | | | This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later. | ||||
| * | Merge pull request #7859 from german77/battery_again | 2022-02-24 | 1 | -1/+1 | |
| |\ | | | | | input_common: Remove battery duplicated struct and update every button press | ||||
| | * | input_common: Remove battery duplicated struct and update every button press | 2022-02-06 | 1 | -1/+1 | |
| | | | |||||
| * | | yuzu: Add auto center on right click | 2022-02-06 | 1 | -1/+1 | |
| |/ | |||||
| * | input_common: Add option to configure gyro threshold | 2022-01-23 | 1 | -4/+9 | |
| | | |||||
| * | input_poller: Add missing override specifiers | 2021-12-13 | 1 | -20/+19 | |
| | | |||||
| * | input_engine: Pass LedStatus by const reference | 2021-12-13 | 1 | -1/+1 | |
| | | | | | Avoids copies where reasonably applicable | ||||
| * | input_engine: Pass VibrationStatus by const reference in SetRumble() | 2021-12-13 | 1 | -1/+1 | |
| | | | | | Avoids creating copies of the struct where not necessary. | ||||
| * | input_common: Fix SDL controller with inverted axis | 2021-11-24 | 1 | -1/+8 | |
| | | |||||
| * | input_common: Fix motion from 3 axis | 2021-11-24 | 1 | -0/+2 | |
| | | |||||
| * | settings: Fix Debug controller type options | 2021-11-24 | 1 | -42/+47 | |
| | | |||||
| * | kraken: Address comments from review | 2021-11-24 | 1 | -97/+105 | |
| | | | | | start lion review | ||||
| * | core/hid: Rework battery mappings | 2021-11-24 | 1 | -3/+36 | |
| | | |||||
| * | input_common: Add manual update options to input devices | 2021-11-24 | 1 | -0/+20 | |
| | | |||||
| * | kraken: Fix errors from rebase and format files | 2021-11-24 | 1 | -5/+3 | |
| | | |||||
| * | core/hid: Add output devices | 2021-11-24 | 1 | -1/+39 | |
| | | |||||
| * | input_common: Create input poller and mapping | 2021-11-24 | 1 | -0/+860 | |