| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | service: hid: Correct some mistakes and add more validations | 2022-06-28 | 1 | -0/+1 | |
| | | |||||
| * | common: Change semantics of UNREACHABLE to unconditionally crash | 2022-06-13 | 1 | -2/+2 | |
| | | |||||
| * | Merge pull request #8368 from german77/seventimes | 2022-05-30 | 1 | -0/+43 | |
| |\ | | | | | Service: hid: Several improvements and implementations | ||||
| | * | service: hid: Implement ResetIsSixAxisSensorDeviceNewlyAssigned | 2022-05-27 | 1 | -0/+10 | |
| | | | | | | | | | Needed by Nintendo Switch Sports | ||||
| | * | service: hid: Implement LoadSixAxisSensorCalibrationParameter and ↵ | 2022-05-27 | 1 | -0/+33 | |
| | | | | | | | | | | | | | GetSixAxisSensorIcInformation Needed by Nintendo Switch Sports | ||||
| * | | Merge pull request #8374 from german77/asnycvibrations | 2022-05-28 | 1 | -5/+29 | |
| |\ \ | | | | | | | input_common: Make vibration request async | ||||
| | * | | input_common: Make vibration request async | 2022-05-23 | 1 | -5/+29 | |
| | |/ | |||||
| * / | input_common: touch: Rewrite touch driver to support multiple touch points | 2022-05-23 | 2 | -4/+15 | |
| |/ | |||||
| * | Merge pull request #8272 from german77/stick_range | 2022-05-03 | 1 | -2/+2 | |
| |\ | | | | | yuzu: config: Improve analog stick mapping | ||||
| | * | yuzu: Config allow to delete single axis directions when buttons are mapped ↵ | 2022-04-26 | 1 | -2/+2 | |
| | | | | | | | | | to a stick | ||||
| * | | service: hid: Ensure all structs are initialized | 2022-04-23 | 1 | -36/+36 | |
| |/ | |||||
| * | general: Convert source file copyright comments over to SPDX | 2022-04-23 | 15 | -45/+30 | |
| | | | | | | 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. | ||||
| * | service: hid: Improve accuracy of sixaxis functions | 2022-04-18 | 1 | -2/+3 | |
| | | |||||
| * | yuzu: Add custom ringcon configuration | 2022-04-16 | 2 | -0/+79 | |
| | | |||||
| * | core: hid: Fix double lock on softlock and forced updates | 2022-04-07 | 1 | -2/+12 | |
| | | |||||
| * | core: hid: Replace lock_guard with scoped_lock | 2022-04-07 | 3 | -44/+44 | |
| | | |||||
| * | core: hid: Reduce the amount of dataraces | 2022-04-07 | 6 | -176/+246 | |
| | | |||||
| * | Merge pull request #7867 from german77/amiibo | 2022-02-19 | 2 | -2/+15 | |
| |\ | | | | | nfp: Improve amiibo support | ||||
| | * | nfp: Separate nfc tag from amiibo data | 2022-02-10 | 1 | -2/+7 | |
| | | | |||||
| | * | nfp: Improve implementation | 2022-02-08 | 2 | -0/+8 | |
| | | | |||||
| * | | general: Rename NewUUID to UUID, and remove the previous UUID impl | 2022-02-05 | 3 | -11/+11 | |
| | | | | | | | | | This completes the removal of the old UUID implementation. | ||||
| * | | input/hid: Migrate to the new UUID implementation | 2022-02-05 | 3 | -15/+16 | |
| |/ | |||||
| * | Merge pull request #7839 from german77/battery | 2022-02-04 | 1 | -1/+1 | |
| |\ | | | | | yuzu: ui: Improve battery symbols | ||||
| | * | yuzu: ui: Improve battery symbols | 2022-02-02 | 1 | -1/+1 | |
| | | | |||||
| * | | general: Move deleted copy/move constructor/assignment operators to public ↵ | 2022-02-02 | 3 | -2/+2 | |
| |/ | | | | | | | | | | interface This allows for better compiler errors, where the compiler will state a copy or move couldn't occur due to the relevant function being deleted. Previously a compiler would warn about the relevant function not being accessible (which, while true, isn't as informative as it could be). | ||||
| * | input_common: Add option to configure gyro threshold | 2022-01-23 | 2 | -2/+3 | |
| | | |||||
| * | Merge pull request #7710 from german77/just-shake-it | 2022-01-20 | 1 | -1/+1 | |
| |\ | | | | | core/hid: Increment shake force | ||||
| | * | core/hid: Increment shake force | 2022-01-14 | 1 | -1/+1 | |
| | | | | | | | With the current settings 2p mode in pokemon let's go wasn't showing up. By making the shake more violent we can make it appear without any effort using the keyboard | ||||
| * | | Merge pull request #7728 from v1993/patch-4 | 2022-01-17 | 1 | -1/+1 | |
| |\ \ | | | | | | | hid: fix std::transform call | ||||
| | * | | hid: fix std::transform call | 2022-01-17 | 1 | -1/+1 | |
| | | | | | | | | | | Found by static analysis with PVS-Studio. | ||||
| * | | | Correct assignment source for rotations | 2022-01-17 | 1 | -1/+1 | |
| |/ / | | | | | Found by static analysis with PVS-Studio | ||||
| * | | Merge pull request #7700 from german77/no-gyro | 2022-01-13 | 1 | -1/+1 | |
| |\ \ | |/ |/| | core/hid: Reduce gyro threshold even more | ||||
| | * | core/hid: Reduce gyro threshold even more | 2022-01-11 | 1 | -1/+1 | |
| | | | |||||
| * | | Merge pull request #7633 from german77/hotkeys | 2022-01-11 | 3 | -1/+75 | |
| |\ \ | |/ |/| | yuzu: Add controller hotkeys | ||||
| | * | yuzu: Add controller hotkeys | 2022-01-06 | 2 | -0/+29 | |
| | | | |||||
| | * | core/hid: Add home and screenshot button support | 2022-01-06 | 3 | -1/+46 | |
| | | | |||||
| * | | Merge pull request #7682 from german77/udp_fix | 2022-01-08 | 1 | -2/+6 | |
| |\ \ | | | | | | | input_common: Fix UDP controller mappings | ||||
| | * | | yuzu: Use pad parameter to choose the correct controller | 2022-01-07 | 1 | -2/+6 | |
| | |/ | |||||
| * / | core/hid: Set minimum gyro threshold | 2022-01-06 | 1 | -0/+1 | |
| |/ | |||||
| * | core/hid: Add fallback to fullkey controllers | 2022-01-01 | 2 | -4/+36 | |
| | | |||||
| * | core/hid: Fix controller type validation | 2021-12-29 | 2 | -8/+14 | |
| | | |||||
| * | Merge pull request #7481 from german77/gyro-bias | 2021-12-21 | 4 | -6/+16 | |
| |\ | | | | | service/hid: Improve console motion accuracy | ||||
| | * | service/hid: Improve console motion accuracy | 2021-12-12 | 4 | -6/+16 | |
| | | | |||||
| * | | core/hid: Cancel any vibration after the test | 2021-12-16 | 2 | -12/+14 | |
| | | | |||||
| * | | core/hid: Fix faulty analog triggers | 2021-12-14 | 1 | -2/+2 | |
| | | | |||||
| * | | common/input: Avoid numerous large copies of CallbackStatus | 2021-12-13 | 6 | -92/+118 | |
| | | | | | | | | | | | | | | | | | | | CallbackStatus instances aren't the cheapest things to copy around (relative to everything else), given that they're currently 520 bytes in size and are currently copied numerous times when callbacks are invoked. Instead, we can pass the status by const reference to avoid all the copying. | ||||
| * | | service/hid: Implement SetNpadJoyAssignmentMode | 2021-12-05 | 2 | -0/+13 | |
| |/ | |||||
| * | core/hid: Add missing controller type | 2021-12-05 | 1 | -0/+2 | |
| | | |||||
| * | core/hid: Ensure only valid npad are connected | 2021-12-04 | 5 | -1/+70 | |
| | | |||||
| * | input_interpreter: Make use of NpadButton instead of a u64 | 2021-11-29 | 2 | -9/+9 | |
| | | | | | Allows us to be more explicit with the representation of button states and use the provided bit manipulation operators | ||||