summaryrefslogtreecommitdiff
path: root/src/core/hid/input_interpreter.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2024-01-05hid_core: Move hid to it's own subprojectGravatar Narr the Reg1-64/+0
2023-12-14core: Make sure npad is initializedGravatar Narr the Reg1-0/+3
2023-11-20service: hid: Create appropriate hid resourcesGravatar Narr the Reg1-2/+2
2023-11-15service: hid: Split hid.cpp into individual interfacesGravatar Narr the Reg1-3/+4
2022-04-23general: Convert source file copyright comments over to SPDXGravatar Morph1-3/+2
2021-11-29input_interpreter: Make use of NpadButton instead of a u64Gravatar Morph1-8/+8
2021-11-24core/hid: Update structs to 13.1.0Gravatar german771-7/+7
2021-11-24core: Update input interpreterGravatar german771-9/+8
2021-11-24core/hid: Move input_interpreter to hidGravatar german771-1/+1
2021-04-15input_interpreter: Fix button hold being interpreted incorrectly on initGravatar Morph1-1/+14
2021-01-16input_interpreter: Add method to check for a button press stateGravatar Morph1-0/+4
2020-12-18frontend/input_interpreter: Add InputInterpreter APIGravatar Morph1-0/+45