summaryrefslogtreecommitdiffstats
path: root/src/core/hid/emulated_controller.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* common/input: Avoid numerous large copies of CallbackStatusLioncash2021-12-141-5/+8
| | | | | | | | | 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: Ensure only valid npad are connectedgerman772021-12-051-0/+14
|
* core: hid: Cleanup and amend documentationMorph2021-11-291-28/+30
|
* core/hid: Remove usage of native types, fix a couple of errors with motiongerman772021-11-251-2/+2
|
* core/hid: Rename NpadType to NpadStyleIndexgerman772021-11-251-9/+9
|
* core/hid: Prevent Emulated controller from flapping with multiple inputs devicesgerman772021-11-251-3/+3
|
* core/hid: Fully emulate motion from buttongerman772021-11-251-0/+1
|
* kraken: Address comments from reviewgerman772021-11-251-18/+24
| | | | start lion review
* core/hid: Explain better what a temporary value doesgerman772021-11-251-6/+8
|
* core/hid: Add TAS inputgerman772021-11-251-0/+9
|
* core/hid: Rework battery mappingsgerman772021-11-251-9/+19
|
* Morph review first wavegerman772021-11-251-11/+11
|
* kraken: Address comments from reviewgerman772021-11-251-1/+0
| | | | review fixes
* configuration: Migrate controller settings to emulated controllergerman772021-11-251-1/+1
|
* core/hid: Only signal when neededgerman772021-11-251-2/+4
|
* hid: Fix controller connection/disconnectiongerman772021-11-251-4/+14
|
* core/hid: Documment some filesgerman772021-11-251-18/+130
|
* core/hid: Add output devicesgerman772021-11-251-2/+11
|
* core/hid: Add emulated controllersgerman772021-11-251-0/+232