summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/hid/controllers/npad.h (unfollow)
Commit message (Expand)AuthorFilesLines
2019-09-04dittoMorph19841-1/+1
2019-09-04Update npad.hMorph19841-0/+1
2019-07-01hid:StartLrAssignmentMode, hid:StopLrAssignmentMode, hid:SwapNpadAssignmentDavid Marcec1-0/+5
2019-02-16core_timing: Convert core timing into a classLioncash1-1/+1
2019-02-06remove all occurance of specifying endianness inside BitFieldWeiyi Wang1-51/+51
2018-12-29web_browser: Add bounds checking to applet interfaceZach Hilman1-1/+1
2018-12-28hid: Make Hid service accessible and add GetPressStateZach Hilman1-0/+6
2018-11-29kernel/event: Reference ReadableEvent from WritableEventZach Hilman1-6/+2
2018-11-29core: Port all current usages of Event to Readable/WritableEventZach Hilman1-3/+8
2018-11-27npad: Fix copy/paste error with LED position assignmentsZach Hilman1-3/+3
2018-11-19hid: Use player-defined controller type as PREFERRED_CONTROLLERZach Hilman1-3/+8
2018-11-19hid/npad: Update NPad to use player controller bindings and typeZach Hilman1-2/+7
2018-11-19Added controller helper funcsDavid Marcec1-0/+4
2018-11-19Left joycon rotation button remappingDavid Marcec1-2/+5
2018-11-19Added automatic npad switch based on supported stylesetsDavid Marcec1-1/+3
2018-11-19Added multi-input support and controller assignment at any portDavid Marcec1-3/+13
2018-10-20Added auto controller switching to supported controllers and single joycon button rotationDavid Marcec1-0/+2
2018-10-18hid/controller/npad: Remove unused dump_idx member variableLioncash1-1/+0
2018-10-18hid/controller/npad: Remove unnecessary semicolon from the closing brace of LedPattern's constructorLioncash1-1/+1
2018-10-18hid/controller/npad: Move npad_id_list into the cpp fileLioncash1-1/+0
2018-10-18hid/controller/npad: Remove unnecessary const from void return typeLioncash1-1/+1
2018-10-18hid/controller: Default the destructors of all controller types in the cpp fileLioncash1-0/+1
2018-10-17Using dual joycons as the default controllerDavid Marcec1-6/+11
2018-10-11Dynamically decide handheld variant based on supported npad id priorityDavid Marcec1-3/+3
2018-10-10Added BeginPermitVibrationSession and EndPermitVibrationSessionDavid Marcec1-0/+2
2018-10-10Added GetLedPattern and HandheldVariantDavid Marcec1-2/+20
2018-10-10Added the ability to "disconnect" individual npadsDavid Marcec1-3/+12
2018-10-10Removed unneeded forward declarationsDavid Marcec1-7/+1
2018-10-10Addressed changes for better hidDavid Marcec1-26/+37
2018-10-10"Better Hid" rework part 1David Marcec1-0/+249