| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | tas_input: Use u8string_view instead of u8string | 2021-12-13 | 1 | -5/+6 | |
| | | | | | Same behavior, but without the potential for extra allocations. | ||||
| * | tas_input: Remove unused std::smatch variable | 2021-12-13 | 1 | -2/+0 | |
| | | | | | This also means we can get rid of the dependency on <regex> | ||||
| * | tas_input: Amend -Wdocumentation warnings | 2021-12-13 | 1 | -5/+5 | |
| | | | | | Parameters shouldn't have the colon by their name. | ||||
| * | tas_input: Make TasAxes enum an enum class | 2021-12-13 | 1 | -5/+9 | |
| | | | | | | Prevents these values from potentially clashing with anything in other headers. | ||||
| * | kraken: Address comments from review | 2021-11-24 | 1 | -1/+1 | |
| | | | | | Fix compiler bug | ||||
| * | core/hid: Prevent Emulated controller from flapping with multiple inputs devices | 2021-11-24 | 1 | -15/+9 | |
| | | |||||
| * | input_common: Revert deleted TAS functions | 2021-11-24 | 1 | -11/+12 | |
| | | |||||
| * | core/hid: Only signal when needed | 2021-11-24 | 1 | -1/+1 | |
| | | |||||
| * | input_common: Rewrite gc_adapter | 2021-11-24 | 1 | -0/+320 | |