summaryrefslogtreecommitdiff
path: root/src/yuzu/applets/qt_controller.cpp
AgeCommit message (Collapse)Author
2024-12-31chore: update project branding to citronZephyron
2024-01-11service: hid: Create abstracted pad structuregerman77
2024-01-05hid_core: Move hid to it's own subprojectNarr the Reg
2023-11-15service: hid: Split hid.cpp into individual interfacesNarr the Reg
2023-10-17yuzu: Improve behavior when clicking on controller box in Controller appletflodavid
- Apply changes on Controller configuration of commit 9524d70 to Controller applet - Fix regression of this previous commit: Enabling a controller in its tab did not activate previous controllers Signed-off-by: flodavid <fl.david.53@gmail.com>
2023-10-11Merge pull request #11144 from flodavid/masterliamwhite
Enable controller interaction in Controller Applet
2023-08-22general: Use console mode helper across projectlat9nq
2023-08-22general: Convert use_docked_mode to an enumerationlat9nq
Allows some special interactions with it in the Qt frontend.
2023-07-25yuzu: Enable controller interaction in Controller Appletflodavid
2023-03-30applet: controller: Implement cancel buttongerman77
2023-03-25qt: implement RequestExit for appletsLiam
2023-02-26Revert "yuzu: config: Remove player 8 and 9 from config file"Narr the Reg
2023-02-25yuzu: config: Remove player 8 and 9 from config fileNarr the Reg
2022-12-05applets/controller: Use aliases for callbacksLioncash
2022-09-21yuzu: Silence some clang warningsNarr the Reg
2022-09-04yuzu: Use a debugger to generate minidumpslat9nq
yuzu: Move mini_dump out of core startup_checks: Better exception handling
2022-06-13common: Change semantics of UNREACHABLE to unconditionally crashLiam
2022-04-23general: Convert source file copyright comments over to SPDXMorph
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.
2022-03-20yuzu: Reduce unused includesameerj
2022-02-02yuzu: config: Vibrate the controller while configuring vibration strengthNarr the Reg
2022-01-01controller_applet: Only populate supported controllersgerman77
2021-12-29core/hid: Fix controller type validationgerman77
2021-12-17core: hle: Remove global HLE lock.bunnei
- This was added early on as a hack to protect against some concurrency issues. - It's not clear that this serves any purpose anymore, and if it does, individual components should be fixed rather than using a global recursive mutex.
2021-11-29qt_controller: Make use of (Enable/Disable)AllControllerConfigurationMorph
This also moves the use of DisableConfiguration to the destructor.
2021-11-28qt_controller: Fix input when the controller applet is ignoredgerman77
2021-11-26config: Remove vibration configurationgerman77
2021-11-26applet/controller: Enable configuring mode while the applet is opengerman77
2021-11-24core/hid: Rename NpadType to NpadStyleIndexgerman77
2021-11-24second commit lion reviewgerman77
2021-11-24settings: Fix Debug controller type optionsgerman77
2021-11-24web_applet: Replace HIDButton with NpadButtongerman77
2021-11-24configuration: Migrate controller settings to emulated controllergerman77
2021-11-24core: Update input interpretergerman77
2021-11-24Qt_applets: Use new inputgerman77
2021-10-07yuzu qt: Remove global system instances from config, WaitTree, mainlat9nq
2021-07-14applets: Append qt_ prefix to Qt frontend appletsMorph