| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2024-02-23 | android: Play vibrations asynchronously | 1 | -0/+5 | ||
| 2023-06-21 | input_common: Implement native mifare support | 1 | -0/+34 | ||
| 2023-01-19 | input_common: Use DriverResult on all engines | 1 | -8/+11 | ||
| 2023-01-19 | core: hid: Enable pulling color data from controllers | 1 | -0/+6 | ||
| 2022-11-13 | input_common: Add amiibo applet functions | 1 | -1/+1 | ||
| 2022-10-21 | input_common: cache vibration tests | 1 | -1/+6 | ||
| 2022-10-02 | service: nfp: address comments | 1 | -1/+2 | ||
| 2022-10-02 | input_common: Create virtual amiibo driver | 1 | -0/+16 | ||
| 2022-07-23 | input_common: Add camera driver | 1 | -3/+16 | ||
| 2022-04-23 | general: Convert source file copyright comments over to SPDX | 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. | |||||
| 2022-03-21 | input_common: Map sticks correctly when mapped sideways | 1 | -0/+5 | ||
| 2022-02-06 | input_common: Remove battery duplicated struct and update every button press | 1 | -14/+4 | ||
| 2022-02-05 | general: Rename NewUUID to UUID, and remove the previous UUID impl | 1 | -2/+2 | ||
| This completes the removal of the old UUID implementation. | |||||
| 2022-02-05 | input/hid: Migrate to the new UUID implementation | 1 | -3/+3 | ||
| 2022-01-24 | input_common/input_engine: Ensure PadIdentifier UUIDs have a valid initial state | 1 | -1/+1 | ||
| The default constructor of a UUID instance doesn't initialize the underlying array. | |||||
| 2022-01-24 | input_common/main: Pass MappingData by const reference in callbacks | 1 | -1/+1 | ||
| Avoids creating unnecessary 168 byte copies per callback invocation. | |||||
| 2021-12-13 | input_engine: Fix typo in TriggerOnAxisChange() parameter name | 1 | -1/+1 | ||
| 2021-12-13 | input_engine: Simplify PreSet* family of functions | 1 | -9/+9 | ||
| We can make use of try_emplace() to insert values only if they don't already exist. | |||||
| 2021-12-13 | input_engine: Remove left-over namespace qualifiers | 1 | -3/+3 | ||
| These types are part of the InputCommon namespace. | |||||
| 2021-12-13 | input_engine: Take BasicMotion by const reference with SetMotion() and ↵ | 1 | -2/+3 | ||
| TriggerOnMotionChange() Copies the BasicMotion instance once instead of twice. | |||||
| 2021-12-13 | input_engine: Pass LedStatus by const reference | 1 | -1/+1 | ||
| Avoids copies where reasonably applicable | |||||
| 2021-12-13 | input_engine: Pass VibrationStatus by const reference in SetRumble() | 1 | -1/+1 | ||
| Avoids creating copies of the struct where not necessary. | |||||
| 2021-12-13 | input_engine: std::move engine name where applicable | 1 | -1/+1 | ||
| We can allow the name to be moved into, allowing allocations to be avoided. | |||||
| 2021-12-13 | input_engine: Remove callback clearing in constructor | 1 | -3/+1 | ||
| The callback map is a member variable, so this will always be empty on initial construction. | |||||
| 2021-12-13 | input_engine: Remove unnecessary semi-colons | 1 | -6/+6 | ||
| Silences -Wextra-semi warnings | |||||
| 2021-12-13 | input_engine: Remove unnecessary return | 1 | -3/+1 | ||
| This is a void function, so it doesn't need this. | |||||
| 2021-11-24 | input_common: Move button names to the frontend | 1 | -2/+3 | ||
| 2021-11-24 | kraken: Address comments from review | 1 | -1/+1 | ||
| Fix compiler bug | |||||
| 2021-11-24 | settings: Fix Debug controller type options | 1 | -3/+2 | ||
| 2021-11-24 | kraken: Address comments from review | 1 | -7/+7 | ||
| start lion review | |||||
| 2021-11-24 | kraken: Fix errors from rebase and format files | 1 | -4/+6 | ||
| 2021-11-24 | core/hid: Add output devices | 1 | -6/+12 | ||
| 2021-11-24 | input_common: Create input_engine | 1 | -0/+224 | ||