| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-04-23 | general: Convert source file copyright comments over to SPDX | Morph | |
| 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. | |||
| 2022-01-11 | Merge pull request #7633 from german77/hotkeys | bunnei | |
| yuzu: Add controller hotkeys | |||
| 2022-01-08 | input_common: Handle errors on TAS scripts | german77 | |
| 2022-01-06 | yuzu: Add controller hotkeys | german77 | |
| 2021-12-13 | Merge pull request #7575 from lioncash/input | bunnei | |
| input_engine: Minor object churn cleanup | |||
| 2021-12-13 | tas_input: Avoid minor copies in Read/WriteCommandButtons() | Lioncash | |
| We don't need to copy the whole pair | |||
| 2021-12-13 | tas_input: Remove unnecessary semicolon | Lioncash | |
| Resolves a -Wextra-semi warning | |||
| 2021-12-13 | tas_input: Execute clear() even if empty | Lioncash | |
| clear() when empty is simply a no-op, so we can get rid of the check here and let the stdlib do it for us. | |||
| 2021-12-13 | tas_input: std::move strings into vector | Lioncash | |
| While we're in the same area, we can also avoid performing std::stoi in a loop when it only needs to be performed once. | |||
| 2021-12-13 | tas_input: Use istringstream over stringstream | Lioncash | |
| This is only using the input facilities, so we don't need to use the fully-fleged stringstream. | |||
| 2021-12-13 | tas_input: Use u8string_view instead of u8string | Lioncash | |
| Same behavior, but without the potential for extra allocations. | |||
| 2021-12-13 | tas_input: Remove unused std::smatch variable | Lioncash | |
| This also means we can get rid of the dependency on <regex> | |||
| 2021-12-13 | tas_input: Amend -Wdocumentation warnings | Lioncash | |
| Parameters shouldn't have the colon by their name. | |||
| 2021-12-13 | tas_input: Make TasAxes enum an enum class | Lioncash | |
| Prevents these values from potentially clashing with anything in other headers. | |||
| 2021-12-13 | input_engine: std::move engine name where applicable | Lioncash | |
| We can allow the name to be moved into, allowing allocations to be avoided. | |||
| 2021-11-24 | kraken: Address comments from review | german77 | |
| Fix compiler bug | |||
| 2021-11-24 | core/hid: Prevent Emulated controller from flapping with multiple inputs devices | german77 | |
| 2021-11-24 | input_common: Revert deleted TAS functions | german77 | |
| 2021-11-24 | core/hid: Only signal when needed | german77 | |
| 2021-11-24 | input_common: Rewrite gc_adapter | german77 | |
