summaryrefslogtreecommitdiffstats
path: root/src/core/hid/input_interpreter.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* input_interpreter: Make use of NpadButton instead of a u64Morph2021-11-301-1/+1
| | | | Allows us to be more explicit with the representation of button states and use the provided bit manipulation operators
* core/hid: Update structs to 13.1.0german772021-11-251-1/+1
|
* core: Update input interpretergerman772021-11-251-42/+10
|
* core/hid: Move input_interpreter to hidgerman772021-11-251-0/+144