summaryrefslogtreecommitdiff
path: root/src/core/frontend/applets/controller.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* service: hid: Create abstracted pad structureGravatar german772024-01-111-1/+1
|
* hid_core: Move hid to it's own subprojectGravatar Narr the Reg2024-01-051-3/+3
|
* general: Use console mode helper across projectGravatar lat9nq2023-08-221-1/+2
|
* general: Convert use_docked_mode to an enumerationGravatar lat9nq2023-08-221-1/+2
| | | | Allows some special interactions with it in the Qt frontend.
* applet: controller: Implement cancel buttonGravatar german772023-03-301-1/+1
|
* qt: implement RequestExit for appletsGravatar Liam2023-03-251-0/+2
|
* applets/controller: Use aliases for callbacksGravatar Lioncash2022-12-051-1/+1
|
* common: Change semantics of UNREACHABLE to unconditionally crashGravatar Liam2022-06-131-1/+1
|
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-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 validationGravatar german772021-12-291-5/+5
|
* core/hid: Rename NpadType to NpadStyleIndexGravatar german772021-11-241-5/+5
|
* Morph review first waveGravatar german772021-11-241-3/+2
|
* kraken: Address comments from reviewGravatar german772021-11-241-30/+21
| | | | review fixes
* core/frontend: Update appletsGravatar german772021-11-241-9/+14
|
* hid: Reorder all HID commandsGravatar Morph2020-11-151-2/+2
| | | | Reorders all HID commands in command id order.
* settings: Preparation for per-game input settingsGravatar Morph2020-11-151-2/+2
|
* controller: Pass ControllerParameters by reference in ReconfigureControllers()Gravatar Lioncash2020-10-261-1/+1
| | | | Prevents unnecessary copies and heap reallocations from occurring.
* Revert "core: Fix clang build"Gravatar bunnei2020-10-201-1/+1
|
* core: Fix clang buildGravatar Lioncash2020-10-171-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 instanceGravatar Lioncash2020-09-251-4/+4
|
* applets/controller: Resolve several compiler warningsGravatar Morph2020-09-041-1/+2
| | | | Resolves -Wsign-compare and -Wunused-variable
* Address feedbackGravatar Morph2020-09-041-0/+2
|
* applets/controller: Modify heuristic to account for certain gamesGravatar Morph2020-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 frontendGravatar Morph2020-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 AppletGravatar Morph2020-09-041-0/+40
Co-authored-by: Its-Rei <kupfel@gmail.com>