summaryrefslogtreecommitdiffstats
path: root/src/core/hid/emulated_devices.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* core: hid: Fix native mouse mappingsNarr the Reg2023-02-221-40/+43
* input_common: Split mouse input into individual devicesNarr the Reg2023-02-161-0/+3
* core: hid: Migrate ring from emulated devices to emulated controllerNarr the Reg2023-01-201-46/+0
* common/input: Add helpers functions for creating input and output devicesLioncash2022-11-281-7/+7
* yuzu-cmd: Fix input callback crash on closegerman772022-11-271-0/+1
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* yuzu: Add custom ringcon configurationgerman772022-04-161-0/+45
* core: hid: Replace lock_guard with scoped_lockNarr the Reg2022-04-071-11/+11
* core: hid: Reduce the amount of dataracesgerman772022-04-071-7/+26
* common/input: Avoid numerous large copies of CallbackStatusLioncash2021-12-141-29/+37
* core/hid: Improve accuary of mouse implementationgerman772021-11-251-5/+5
* core/hid: Fully implement native mousegerman772021-11-251-31/+93
* input_common: Allow keyboard to be backwards compatiblegerman772021-11-251-6/+22
* core/hid: Improve accuracy of the keyboard implementationgerman772021-11-251-1/+2
* second commit lion reviewgerman772021-11-251-2/+3
* kraken: Address comments from reviewgerman772021-11-251-14/+23
* core/hid: Rework battery mappingsgerman772021-11-251-1/+1
* settings: Fix mouse and keyboard mappingsgerman772021-11-251-7/+12
* Morph review first wavegerman772021-11-251-2/+2
* core/hid: Documment some filesgerman772021-11-251-4/+12
* core/hid: Add emulated controllersgerman772021-11-251-0/+349