Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | Merge pull request #7575 from lioncash/input | bunnei | 2021-12-14 | 1 | -3/+3 |
|\ | | | | | input_engine: Minor object churn cleanup | ||||
| * | input_engine: std::move engine name where applicable | Lioncash | 2021-12-13 | 1 | -3/+3 |
| | | | | | | | | | | We can allow the name to be moved into, allowing allocations to be avoided. | ||||
* | | tas_input: Remove unnecessary includes | Lioncash | 2021-12-13 | 1 | -2/+2 |
| | | | | | | | | | | Gets rid of indirect includes and includes only what the interface needs. | ||||
* | | tas_input: Use u8string_view instead of u8string | Lioncash | 2021-12-13 | 1 | -1/+1 |
| | | | | | | | | Same behavior, but without the potential for extra allocations. | ||||
* | | tas_input: Amend -Wdocumentation warnings | Lioncash | 2021-12-13 | 1 | -23/+25 |
| | | | | | | | | Parameters shouldn't have the colon by their name. | ||||
* | | tas_input: Make TasAxes enum an enum class | Lioncash | 2021-12-13 | 1 | -0/+5 |
|/ | | | | | Prevents these values from potentially clashing with anything in other headers. | ||||
* | kraken: Address comments from review | german77 | 2021-11-25 | 1 | -1/+1 |
| | | | | Fix compiler bug | ||||
* | core/hid: Prevent Emulated controller from flapping with multiple inputs devices | german77 | 2021-11-25 | 1 | -8/+3 |
| | |||||
* | settings: Fix Debug controller type options | german77 | 2021-11-25 | 1 | -1/+0 |
| | |||||
* | input_common: Revert deleted TAS functions | german77 | 2021-11-25 | 1 | -7/+7 |
| | |||||
* | input_common: Rewrite gc_adapter | german77 | 2021-11-25 | 1 | -0/+200 |