summaryrefslogtreecommitdiffstats
path: root/src/core/frontend/applets/controller.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* applets/controller: Use aliases for callbacksLioncash2022-12-061-1/+1
|
* common: Change semantics of UNREACHABLE to unconditionally crashLiam2022-06-141-1/+1
|
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-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 validationgerman772021-12-301-5/+5
|
* core/hid: Rename NpadType to NpadStyleIndexgerman772021-11-251-5/+5
|
* Morph review first wavegerman772021-11-251-3/+2
|
* kraken: Address comments from reviewgerman772021-11-251-30/+21
| | | | review fixes
* core/frontend: Update appletsgerman772021-11-251-9/+14
|
* hid: Reorder all HID commandsMorph2020-11-161-2/+2
| | | | Reorders all HID commands in command id order.
* settings: Preparation for per-game input settingsMorph2020-11-161-2/+2
|
* controller: Pass ControllerParameters by reference in ReconfigureControllers()Lioncash2020-10-271-1/+1
| | | | Prevents unnecessary copies and heap reallocations from occurring.
* Revert "core: Fix clang build"bunnei2020-10-211-1/+1
|
* core: Fix clang buildLioncash2020-10-181-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 instanceLioncash2020-09-261-4/+4
|
* applets/controller: Resolve several compiler warningsMorph2020-09-041-1/+2
| | | | Resolves -Wsign-compare and -Wunused-variable
* Address feedbackMorph2020-09-041-0/+2
|
* applets/controller: Modify heuristic to account for certain gamesMorph2020-09-041-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 frontendMorph2020-09-041-1/+34
| | | | Implement the fallback applet for the SDL frontend, connecting only the minimum amount of players required.
* Project Mjölnir: Part 2 - Controller AppletMorph2020-09-041-0/+40
Co-authored-by: Its-Rei <kupfel@gmail.com>