| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | service: hid: Create abstracted pad structure | 2024-01-11 | 1 | -1/+1 | |
| | | |||||
| * | hid_core: Move hid to it's own subproject | 2024-01-05 | 1 | -3/+3 | |
| | | |||||
| * | general: Use console mode helper across project | 2023-08-22 | 1 | -1/+2 | |
| | | |||||
| * | general: Convert use_docked_mode to an enumeration | 2023-08-22 | 1 | -1/+2 | |
| | | | | | Allows some special interactions with it in the Qt frontend. | ||||
| * | applet: controller: Implement cancel button | 2023-03-30 | 1 | -1/+1 | |
| | | |||||
| * | qt: implement RequestExit for applets | 2023-03-25 | 1 | -0/+2 | |
| | | |||||
| * | applets/controller: Use aliases for callbacks | 2022-12-05 | 1 | -1/+1 | |
| | | |||||
| * | common: Change semantics of UNREACHABLE to unconditionally crash | 2022-06-13 | 1 | -1/+1 | |
| | | |||||
| * | general: Convert source file copyright comments over to SPDX | 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. | ||||
| * | core/hid: Fix controller type validation | 2021-12-29 | 1 | -5/+5 | |
| | | |||||
| * | core/hid: Rename NpadType to NpadStyleIndex | 2021-11-24 | 1 | -5/+5 | |
| | | |||||
| * | Morph review first wave | 2021-11-24 | 1 | -3/+2 | |
| | | |||||
| * | kraken: Address comments from review | 2021-11-24 | 1 | -30/+21 | |
| | | | | | review fixes | ||||
| * | core/frontend: Update applets | 2021-11-24 | 1 | -9/+14 | |
| | | |||||
| * | hid: Reorder all HID commands | 2020-11-15 | 1 | -2/+2 | |
| | | | | | Reorders all HID commands in command id order. | ||||
| * | settings: Preparation for per-game input settings | 2020-11-15 | 1 | -2/+2 | |
| | | |||||
| * | controller: Pass ControllerParameters by reference in ReconfigureControllers() | 2020-10-26 | 1 | -1/+1 | |
| | | | | | Prevents unnecessary copies and heap reallocations from occurring. | ||||
| * | Revert "core: Fix clang build" | 2020-10-20 | 1 | -1/+1 | |
| | | |||||
| * | core: Fix clang build | 2020-10-17 | 1 | -1/+1 | |
| | | | | | | | | Recent changes to the build system that made more warnings be flagged as errors caused building via clang to break. Fixes #4795 | ||||
| * | frontend/controller: Eliminate dependency on the global system instance | 2020-09-25 | 1 | -4/+4 | |
| | | |||||
| * | applets/controller: Resolve several compiler warnings | 2020-09-04 | 1 | -1/+2 | |
| | | | | | Resolves -Wsign-compare and -Wunused-variable | ||||
| * | Address feedback | 2020-09-04 | 1 | -0/+2 | |
| | | |||||
| * | applets/controller: Modify heuristic to account for certain games | 2020-09-04 | 1 | -7/+12 | |
| | | | | | | | | | Now left and right joycons have the same priority (meaning both needs to be supported by the game). Explanation of the new heuristic: Assign left joycons to even player indices and right joycons to odd player indices. We do this since Captain Toad Treasure Tracker expects a left joycon for Player 1 and a right Joycon for Player 2 in 2 Player Assist mode. | ||||
| * | applets/controller: Implement fallback applet for the SDL frontend | 2020-09-04 | 1 | -1/+34 | |
| | | | | | Implement the fallback applet for the SDL frontend, connecting only the minimum amount of players required. | ||||
| * | Project Mjölnir: Part 2 - Controller Applet | 2020-09-04 | 1 | -0/+40 | |
| Co-authored-by: Its-Rei <kupfel@gmail.com> | |||||