summaryrefslogtreecommitdiff
path: root/src/yuzu/applets/qt_controller.cpp
AgeCommit message (Collapse)Author
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