index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
yuzu
/
applets
/
qt_controller.cpp
Age
Commit message (
Collapse
)
Author
2021-12-29
core/hid: Fix controller type validation
german77
2021-12-17
core: 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-29
qt_controller: Make use of (Enable/Disable)AllControllerConfiguration
Morph
This also moves the use of DisableConfiguration to the destructor.
2021-11-28
qt_controller: Fix input when the controller applet is ignored
german77
2021-11-26
config: Remove vibration configuration
german77
2021-11-26
applet/controller: Enable configuring mode while the applet is open
german77
2021-11-24
core/hid: Rename NpadType to NpadStyleIndex
german77
2021-11-24
second commit lion review
german77
2021-11-24
settings: Fix Debug controller type options
german77
2021-11-24
web_applet: Replace HIDButton with NpadButton
german77
2021-11-24
configuration: Migrate controller settings to emulated controller
german77
2021-11-24
core: Update input interpreter
german77
2021-11-24
Qt_applets: Use new input
german77
2021-10-07
yuzu qt: Remove global system instances from config, WaitTree, main
lat9nq
2021-07-14
applets: Append qt_ prefix to Qt frontend applets
Morph