Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Configuration: Add per-game input profiles | ameerj | 2022-11-20 | 1 | -0/+1 |
| | |||||
* | general: Convert source file copyright comments over to SPDX | Morph | 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. | ||||
* | yuzu: Add custom ringcon configuration | german77 | 2022-04-16 | 1 | -0/+1 |
| | |||||
* | settings: Add debug setting to enable all controllers | german77 | 2021-11-28 | 1 | -0/+5 |
| | |||||
* | config: Remove vibration configuration | german77 | 2021-11-27 | 1 | -2/+0 |
| | |||||
* | core/hid: Fully implement native mouse | german77 | 2021-11-25 | 1 | -4/+11 |
| | |||||
* | core/hid: Improve accuracy of the keyboard implementation | german77 | 2021-11-25 | 1 | -12/+23 |
| | |||||
* | settings: Cleanup settings | german77 | 2021-11-25 | 1 | -1/+12 |
| | |||||
* | common: Move settings to common from core. | bunnei | 2021-04-15 | 1 | -0/+373 |
- Removes a dependency on core and input_common from common. |