summaryrefslogtreecommitdiffstats
path: root/src/core/hid/emulated_controller.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-12-14common/input: Avoid numerous large copies of CallbackStatusLioncash1-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.
2021-12-05core/hid: Ensure only valid npad are connectedgerman771-0/+14
2021-11-29core: hid: Cleanup and amend documentationMorph1-28/+30
2021-11-25core/hid: Remove usage of native types, fix a couple of errors with motiongerman771-2/+2
2021-11-25core/hid: Rename NpadType to NpadStyleIndexgerman771-9/+9
2021-11-25core/hid: Prevent Emulated controller from flapping with multiple inputs devicesgerman771-3/+3
2021-11-25core/hid: Fully emulate motion from buttongerman771-0/+1
2021-11-25kraken: Address comments from reviewgerman771-18/+24
start lion review
2021-11-25core/hid: Explain better what a temporary value doesgerman771-6/+8
2021-11-25core/hid: Add TAS inputgerman771-0/+9
2021-11-25core/hid: Rework battery mappingsgerman771-9/+19
2021-11-25Morph review first wavegerman771-11/+11
2021-11-25kraken: Address comments from reviewgerman771-1/+0
review fixes
2021-11-25configuration: Migrate controller settings to emulated controllergerman771-1/+1
2021-11-25core/hid: Only signal when neededgerman771-2/+4
2021-11-25hid: Fix controller connection/disconnectiongerman771-4/+14
2021-11-25core/hid: Documment some filesgerman771-18/+130
2021-11-25core/hid: Add output devicesgerman771-2/+11
2021-11-25core/hid: Add emulated controllersgerman771-0/+232