summaryrefslogtreecommitdiff
path: root/src/core/hid/input_interpreter.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* hid_core: Move hid to it's own subprojectGravatar Narr the Reg2024-01-051-64/+0
|
* core: Make sure npad is initializedGravatar Narr the Reg2023-12-141-0/+3
|
* service: hid: Create appropriate hid resourcesGravatar Narr the Reg2023-11-201-2/+2
|
* service: hid: Split hid.cpp into individual interfacesGravatar Narr the Reg2023-11-151-3/+4
|
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-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 u64Gravatar Morph2021-11-291-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.0Gravatar german772021-11-241-7/+7
|
* core: Update input interpreterGravatar german772021-11-241-9/+8
|
* core/hid: Move input_interpreter to hidGravatar german772021-11-241-0/+62