summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/hid/controllers/npad.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* npad: Fix copy/paste error with LED position assignmentsZach Hilman2018-11-271-3/+3
* hid: Use player-defined controller type as PREFERRED_CONTROLLERZach Hilman2018-11-191-3/+8
* hid/npad: Update NPad to use player controller bindings and typeZach Hilman2018-11-191-2/+7
* Added controller helper funcsDavid Marcec2018-11-191-0/+4
* Left joycon rotation button remappingDavid Marcec2018-11-191-2/+5
* Added automatic npad switch based on supported stylesetsDavid Marcec2018-11-191-1/+3
* Added multi-input support and controller assignment at any portDavid Marcec2018-11-191-3/+13
* Added auto controller switching to supported controllers and single joycon button rotationDavid Marcec2018-10-201-0/+2
* hid/controller/npad: Remove unused dump_idx member variableLioncash2018-10-181-1/+0
* hid/controller/npad: Remove unnecessary semicolon from the closing brace of LedPattern's constructorLioncash2018-10-181-1/+1
* hid/controller/npad: Move npad_id_list into the cpp fileLioncash2018-10-181-1/+0
* hid/controller/npad: Remove unnecessary const from void return typeLioncash2018-10-181-1/+1
* hid/controller: Default the destructors of all controller types in the cpp fileLioncash2018-10-181-0/+1
* Using dual joycons as the default controllerDavid Marcec2018-10-171-6/+11
* Dynamically decide handheld variant based on supported npad id priorityDavid Marcec2018-10-111-3/+3
* Added BeginPermitVibrationSession and EndPermitVibrationSessionDavid Marcec2018-10-101-0/+2
* Added GetLedPattern and HandheldVariantDavid Marcec2018-10-101-2/+20
* Added the ability to "disconnect" individual npadsDavid Marcec2018-10-101-3/+12
* Removed unneeded forward declarationsDavid Marcec2018-10-101-7/+1
* Addressed changes for better hidDavid Marcec2018-10-101-26/+37
* "Better Hid" rework part 1David Marcec2018-10-101-0/+249