summaryrefslogtreecommitdiffstats
path: root/src/core/hid/emulated_console.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-12-14common/input: Avoid numerous large copies of CallbackStatusLioncash1-2/+2
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-11-29core: hid: Mark constructors as explicitMorph1-1/+1
2021-11-29core: hid: Cleanup and amend documentationMorph1-12/+14
2021-11-25service/hid: Remove includes of core.h and settings.hgerman771-1/+0
2021-11-25kraken: Address comments from reviewgerman771-6/+9
start lion review
2021-11-25Morph review first wavegerman771-5/+5
2021-11-25service/hid: Fix gesture inputgerman771-0/+3
2021-11-25core/hid: Documment some filesgerman771-14/+55
2021-11-25core/hid: Add emulated controllersgerman771-0/+142