summaryrefslogtreecommitdiffstats
path: root/src/core/hid/input_interpreter.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* core: Make sure npad is initializedNarr the Reg2023-12-151-0/+3
|
* service: hid: Create appropriate hid resourcesNarr the Reg2023-11-211-2/+2
|
* service: hid: Split hid.cpp into individual interfacesNarr the Reg2023-11-151-3/+4
|
* 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-8/+8
| | | | 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-7/+7
|
* core: Update input interpretergerman772021-11-251-9/+8
|
* core/hid: Move input_interpreter to hidgerman772021-11-251-0/+62