summaryrefslogtreecommitdiffstats
path: root/src/core/hid/emulated_devices.cpp (follow)
Commit message (Collapse)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
| | | | | Avoids the redundancy of needing to explictly specify the common namespace and the type.
* 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
| | | | | 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.
* 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
| | | | | | | | | CallbackStatus instances aren't the cheapest things to copy around (relative to everything else), given that they're currently 520 bytes in size and are currently copied numerous times when callbacks are invoked. Instead, we can pass the status by const reference to avoid all the copying.
* 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
| | | | start lion review
* 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