summaryrefslogtreecommitdiffstats
path: root/src/core/frontend/applets/controller.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-03-30applet: controller: Implement cancel buttongerman771-1/+1
2023-03-25qt: implement RequestExit for appletsLiam1-0/+2
2022-12-06applets/controller: Use aliases for callbacksLioncash1-1/+1
2022-06-14common: Change semantics of UNREACHABLE to unconditionally crashLiam1-1/+1
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-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.
2021-12-30core/hid: Fix controller type validationgerman771-5/+5
2021-11-25core/hid: Rename NpadType to NpadStyleIndexgerman771-5/+5
2021-11-25Morph review first wavegerman771-3/+2
2021-11-25kraken: Address comments from reviewgerman771-30/+21
review fixes
2021-11-25core/frontend: Update appletsgerman771-9/+14
2020-11-16hid: Reorder all HID commandsMorph1-2/+2
Reorders all HID commands in command id order.
2020-11-16settings: Preparation for per-game input settingsMorph1-2/+2
2020-10-27controller: Pass ControllerParameters by reference in ReconfigureControllers()Lioncash1-1/+1
Prevents unnecessary copies and heap reallocations from occurring.
2020-10-21Revert "core: Fix clang build"bunnei1-1/+1
2020-10-18core: Fix clang buildLioncash1-1/+1
Recent changes to the build system that made more warnings be flagged as errors caused building via clang to break. Fixes #4795
2020-09-26frontend/controller: Eliminate dependency on the global system instanceLioncash1-4/+4
2020-09-04applets/controller: Resolve several compiler warningsMorph1-1/+2
Resolves -Wsign-compare and -Wunused-variable
2020-09-04Address feedbackMorph1-0/+2
2020-09-04applets/controller: Modify heuristic to account for certain gamesMorph1-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.
2020-09-04applets/controller: Implement fallback applet for the SDL frontendMorph1-1/+34
Implement the fallback applet for the SDL frontend, connecting only the minimum amount of players required.
2020-09-04Project Mjölnir: Part 2 - Controller AppletMorph1-0/+40
Co-authored-by: Its-Rei <kupfel@gmail.com>