| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-06-13 | common: Change semantics of UNREACHABLE to unconditionally crash | Liam | |
| 2022-05-30 | Merge pull request #8368 from german77/seventimes | bunnei | |
| Service: hid: Several improvements and implementations | |||
| 2022-05-28 | Merge pull request #8374 from german77/asnycvibrations | bunnei | |
| input_common: Make vibration request async | |||
| 2022-05-27 | service: hid: Implement ResetIsSixAxisSensorDeviceNewlyAssigned | german77 | |
| Needed by Nintendo Switch Sports | |||
| 2022-05-27 | service: hid: Implement LoadSixAxisSensorCalibrationParameter and ↵ | german77 | |
| GetSixAxisSensorIcInformation Needed by Nintendo Switch Sports | |||
| 2022-05-23 | input_common: Make vibration request async | Narr the Reg | |
| 2022-05-23 | input_common: touch: Rewrite touch driver to support multiple touch points | german77 | |
| 2022-05-03 | Merge pull request #8272 from german77/stick_range | bunnei | |
| yuzu: config: Improve analog stick mapping | |||
| 2022-04-26 | yuzu: Config allow to delete single axis directions when buttons are mapped ↵ | Narr the Reg | |
| to a stick | |||
| 2022-04-23 | service: hid: Ensure all structs are initialized | Narr the Reg | |
| 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-04-18 | service: hid: Improve accuracy of sixaxis functions | Narr the Reg | |
| 2022-04-16 | yuzu: Add custom ringcon configuration | german77 | |
| 2022-04-07 | core: hid: Fix double lock on softlock and forced updates | Narr the Reg | |
| 2022-04-07 | core: hid: Replace lock_guard with scoped_lock | Narr the Reg | |
| 2022-04-07 | core: hid: Reduce the amount of dataraces | german77 | |
| 2022-02-19 | Merge pull request #7867 from german77/amiibo | bunnei | |
| nfp: Improve amiibo support | |||
| 2022-02-10 | nfp: Separate nfc tag from amiibo data | Narr the Reg | |
| 2022-02-08 | nfp: Improve implementation | german77 | |
| 2022-02-05 | general: Rename NewUUID to UUID, and remove the previous UUID impl | Morph | |
| This completes the removal of the old UUID implementation. | |||
| 2022-02-05 | input/hid: Migrate to the new UUID implementation | Morph | |
| 2022-02-04 | Merge pull request #7839 from german77/battery | bunnei | |
| yuzu: ui: Improve battery symbols | |||
| 2022-02-02 | yuzu: ui: Improve battery symbols | Narr the Reg | |
| 2022-02-02 | general: Move deleted copy/move constructor/assignment operators to public ↵ | Lioncash | |
| 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). | |||
| 2022-01-23 | input_common: Add option to configure gyro threshold | german77 | |
| 2022-01-20 | Merge pull request #7710 from german77/just-shake-it | bunnei | |
| core/hid: Increment shake force | |||
| 2022-01-17 | Merge pull request #7728 from v1993/patch-4 | Mai M | |
| hid: fix std::transform call | |||
| 2022-01-17 | hid: fix std::transform call | Valeri | |
| Found by static analysis with PVS-Studio. | |||
| 2022-01-17 | Correct assignment source for rotations | Valeri | |
| Found by static analysis with PVS-Studio | |||
| 2022-01-14 | core/hid: Increment shake force | Narr the Reg | |
| 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 | |||
| 2022-01-13 | Merge pull request #7700 from german77/no-gyro | bunnei | |
| core/hid: Reduce gyro threshold even more | |||
| 2022-01-11 | core/hid: Reduce gyro threshold even more | Narr the Reg | |
| 2022-01-11 | Merge pull request #7633 from german77/hotkeys | bunnei | |
| yuzu: Add controller hotkeys | |||
| 2022-01-08 | Merge pull request #7682 from german77/udp_fix | bunnei | |
| input_common: Fix UDP controller mappings | |||
| 2022-01-07 | yuzu: Use pad parameter to choose the correct controller | german77 | |
| 2022-01-06 | yuzu: Add controller hotkeys | german77 | |
| 2022-01-06 | core/hid: Add home and screenshot button support | german77 | |
| 2022-01-06 | core/hid: Set minimum gyro threshold | german77 | |
| 2022-01-01 | core/hid: Add fallback to fullkey controllers | german77 | |
| 2021-12-29 | core/hid: Fix controller type validation | german77 | |
| 2021-12-21 | Merge pull request #7481 from german77/gyro-bias | bunnei | |
| service/hid: Improve console motion accuracy | |||
| 2021-12-16 | core/hid: Cancel any vibration after the test | Narr the Reg | |
| 2021-12-14 | core/hid: Fix faulty analog triggers | Narr the Reg | |
| 2021-12-13 | common/input: Avoid numerous large copies of CallbackStatus | Lioncash | |
| 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. | |||
| 2021-12-12 | service/hid: Improve console motion accuracy | Narr the Reg | |
| 2021-12-05 | service/hid: Implement SetNpadJoyAssignmentMode | german77 | |
| 2021-12-05 | core/hid: Add missing controller type | german77 | |
| 2021-12-04 | core/hid: Ensure only valid npad are connected | german77 | |
| 2021-11-29 | input_interpreter: Make use of NpadButton instead of a u64 | Morph | |
| Allows us to be more explicit with the representation of button states and use the provided bit manipulation operators | |||
| 2021-11-29 | core: hid: hid_types: Add "All" to NpadButton | Morph | |
| This represents a bitmask for all pressed buttons | |||
