Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-01-11 | service: hid: Create abstracted pad structure | german77 | |
2024-01-05 | hid_core: Move hid to it's own subproject | Narr the Reg | |
2023-08-22 | general: Use console mode helper across project | lat9nq | |
2023-08-22 | general: Convert use_docked_mode to an enumeration | lat9nq | |
Allows some special interactions with it in the Qt frontend. | |||
2023-03-30 | applet: controller: Implement cancel button | german77 | |
2023-03-25 | qt: implement RequestExit for applets | Liam | |
2022-12-05 | applets/controller: Use aliases for callbacks | Lioncash | |
2022-06-13 | common: Change semantics of UNREACHABLE to unconditionally crash | Liam | |
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. | |||
2021-12-29 | core/hid: Fix controller type validation | german77 | |
2021-11-24 | core/hid: Rename NpadType to NpadStyleIndex | german77 | |
2021-11-24 | Morph review first wave | german77 | |
2021-11-24 | kraken: Address comments from review | german77 | |
review fixes | |||
2021-11-24 | core/frontend: Update applets | german77 | |
2020-11-15 | hid: Reorder all HID commands | Morph | |
Reorders all HID commands in command id order. | |||
2020-11-15 | settings: Preparation for per-game input settings | Morph | |
2020-10-26 | controller: Pass ControllerParameters by reference in ReconfigureControllers() | Lioncash | |
Prevents unnecessary copies and heap reallocations from occurring. | |||
2020-10-20 | Revert "core: Fix clang build" | bunnei | |
2020-10-17 | core: Fix clang build | Lioncash | |
Recent changes to the build system that made more warnings be flagged as errors caused building via clang to break. Fixes #4795 | |||
2020-09-25 | frontend/controller: Eliminate dependency on the global system instance | Lioncash | |
2020-09-04 | applets/controller: Resolve several compiler warnings | Morph | |
Resolves -Wsign-compare and -Wunused-variable | |||
2020-09-04 | Address feedback | Morph | |
2020-09-04 | applets/controller: Modify heuristic to account for certain games | Morph | |
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. | |||
2020-09-04 | applets/controller: Implement fallback applet for the SDL frontend | Morph | |
Implement the fallback applet for the SDL frontend, connecting only the minimum amount of players required. | |||
2020-09-04 | Project Mjölnir: Part 2 - Controller Applet | Morph | |
Co-authored-by: Its-Rei <kupfel@gmail.com> |