summaryrefslogtreecommitdiffstats
path: root/src/core/hid/emulated_console.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #7481 from german77/gyro-biasbunnei2021-12-211-0/+2
|\ | | | | service/hid: Improve console motion accuracy
| * service/hid: Improve console motion accuracyNarr the Reg2021-12-131-0/+2
| |
* | common/input: Avoid numerous large copies of CallbackStatusLioncash2021-12-141-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.
* core: hid: Mark constructors as explicitMorph2021-11-291-1/+1
|
* core: hid: Cleanup and amend documentationMorph2021-11-291-12/+14
|
* service/hid: Remove includes of core.h and settings.hgerman772021-11-251-1/+0
|
* kraken: Address comments from reviewgerman772021-11-251-6/+9
| | | | start lion review
* Morph review first wavegerman772021-11-251-5/+5
|
* service/hid: Fix gesture inputgerman772021-11-251-0/+3
|
* core/hid: Documment some filesgerman772021-11-251-14/+55
|
* core/hid: Add emulated controllersgerman772021-11-251-0/+142