| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | input_engine: std::move engine name where applicable | 2021-12-13 | 1 | -1/+1 | |
| | | | | | | We can allow the name to be moved into, allowing allocations to be avoided. | ||||
| * | input_engine: Remove callback clearing in constructor | 2021-12-13 | 1 | -3/+1 | |
| | | | | | | The callback map is a member variable, so this will always be empty on initial construction. | ||||
| * | input_engine: Remove unnecessary semi-colons | 2021-12-13 | 1 | -6/+6 | |
| | | | | | Silences -Wextra-semi warnings | ||||
| * | input_engine: Remove unnecessary return | 2021-12-13 | 1 | -3/+1 | |
| | | | | | This is a void function, so it doesn't need this. | ||||
| * | input_common: Move button names to the frontend | 2021-11-24 | 1 | -2/+3 | |
| | | |||||
| * | kraken: Address comments from review | 2021-11-24 | 1 | -1/+1 | |
| | | | | | Fix compiler bug | ||||
| * | settings: Fix Debug controller type options | 2021-11-24 | 1 | -3/+2 | |
| | | |||||
| * | kraken: Address comments from review | 2021-11-24 | 1 | -7/+7 | |
| | | | | | start lion review | ||||
| * | kraken: Fix errors from rebase and format files | 2021-11-24 | 1 | -4/+6 | |
| | | |||||
| * | core/hid: Add output devices | 2021-11-24 | 1 | -6/+12 | |
| | | |||||
| * | input_common: Create input_engine | 2021-11-24 | 1 | -0/+224 | |