Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | input_common: Use DriverResult on all engines | german77 | 2023-01-20 | 1 | -8/+11 |
| | |||||
* | core: hid: Enable pulling color data from controllers | Narr the Reg | 2023-01-20 | 1 | -0/+6 |
| | |||||
* | input_common: Add amiibo applet functions | german77 | 2022-11-13 | 1 | -1/+1 |
| | |||||
* | input_common: cache vibration tests | german77 | 2022-10-21 | 1 | -1/+6 |
| | |||||
* | service: nfp: address comments | german77 | 2022-10-02 | 1 | -1/+2 |
| | |||||
* | input_common: Create virtual amiibo driver | german77 | 2022-10-02 | 1 | -0/+16 |
| | |||||
* | input_common: Add camera driver | german77 | 2022-07-24 | 1 | -3/+16 |
| | |||||
* | 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. | ||||
* | input_common: Map sticks correctly when mapped sideways | Narr the Reg | 2022-03-22 | 1 | -0/+5 |
| | |||||
* | Merge pull request #7859 from german77/battery_again | bunnei | 2022-02-24 | 1 | -14/+4 |
|\ | | | | | input_common: Remove battery duplicated struct and update every button press | ||||
| * | input_common: Remove battery duplicated struct and update every button press | german77 | 2022-02-07 | 1 | -14/+4 |
| | | |||||
* | | general: Rename NewUUID to UUID, and remove the previous UUID impl | Morph | 2022-02-05 | 1 | -2/+2 |
| | | | | | | | | This completes the removal of the old UUID implementation. | ||||
* | | input/hid: Migrate to the new UUID implementation | Morph | 2022-02-05 | 1 | -3/+3 |
|/ | |||||
* | input_common/input_engine: Ensure PadIdentifier UUIDs have a valid initial state | Lioncash | 2022-01-24 | 1 | -1/+1 |
| | | | | | The default constructor of a UUID instance doesn't initialize the underlying array. | ||||
* | input_common/main: Pass MappingData by const reference in callbacks | Lioncash | 2022-01-24 | 1 | -1/+1 |
| | | | | Avoids creating unnecessary 168 byte copies per callback invocation. | ||||
* | input_engine: Fix typo in TriggerOnAxisChange() parameter name | Lioncash | 2021-12-13 | 1 | -1/+1 |
| | |||||
* | input_engine: Simplify PreSet* family of functions | Lioncash | 2021-12-13 | 1 | -9/+9 |
| | | | | | We can make use of try_emplace() to insert values only if they don't already exist. | ||||
* | input_engine: Remove left-over namespace qualifiers | Lioncash | 2021-12-13 | 1 | -3/+3 |
| | | | | These types are part of the InputCommon namespace. | ||||
* | input_engine: Take BasicMotion by const reference with SetMotion() and TriggerOnMotionChange() | Lioncash | 2021-12-13 | 1 | -2/+3 |
| | | | | Copies the BasicMotion instance once instead of twice. | ||||
* | input_engine: Pass LedStatus by const reference | Lioncash | 2021-12-13 | 1 | -1/+1 |
| | | | | Avoids copies where reasonably applicable | ||||
* | input_engine: Pass VibrationStatus by const reference in SetRumble() | Lioncash | 2021-12-13 | 1 | -1/+1 |
| | | | | Avoids creating copies of the struct where not necessary. | ||||
* | input_engine: std::move engine name where applicable | Lioncash | 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 | Lioncash | 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 | Lioncash | 2021-12-13 | 1 | -6/+6 |
| | | | | Silences -Wextra-semi warnings | ||||
* | input_engine: Remove unnecessary return | Lioncash | 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 | german77 | 2021-11-25 | 1 | -2/+3 |
| | |||||
* | kraken: Address comments from review | german77 | 2021-11-25 | 1 | -1/+1 |
| | | | | Fix compiler bug | ||||
* | settings: Fix Debug controller type options | german77 | 2021-11-25 | 1 | -3/+2 |
| | |||||
* | kraken: Address comments from review | german77 | 2021-11-25 | 1 | -7/+7 |
| | | | | start lion review | ||||
* | kraken: Fix errors from rebase and format files | german77 | 2021-11-25 | 1 | -4/+6 |
| | |||||
* | core/hid: Add output devices | german77 | 2021-11-25 | 1 | -6/+12 |
| | |||||
* | input_common: Create input_engine | german77 | 2021-11-25 | 1 | -0/+224 |