index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
service
/
hid
/
controllers
/
npad.h
Age
Commit message (
Expand
)
Author
2019-11-24
kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel...
bunnei
2019-10-17
hid/npad: Remove redundant non-const variant of IsControllerSupported()
Lioncash
2019-10-17
hid/npad: Move function declarations
Lioncash
2019-09-22
Rebased
David Marcec
2019-09-22
marked controller constructors as explicit
David Marcec
2019-09-22
Rebase
David Marcec
2019-09-22
Deglobalize System: Hid
David Marcec
2019-09-04
ditto
Morph1984
2019-09-04
Update npad.h
Morph1984
2019-07-01
hid:StartLrAssignmentMode, hid:StopLrAssignmentMode, hid:SwapNpadAssignment
David Marcec
2019-03-20
Merge pull request #2090 from FearlessTobi/port-4599
bunnei
2019-02-15
core_timing: Convert core timing into a class
Lioncash
2019-02-06
remove all occurance of specifying endianness inside BitField
Weiyi Wang
2018-12-28
web_browser: Add bounds checking to applet interface
Zach Hilman
2018-12-28
hid: Make Hid service accessible and add GetPressState
Zach Hilman
2018-11-29
kernel/event: Reference ReadableEvent from WritableEvent
Zach Hilman
2018-11-29
core: Port all current usages of Event to Readable/WritableEvent
Zach Hilman
2018-11-27
npad: Fix copy/paste error with LED position assignments
Zach Hilman
2018-11-18
hid: Use player-defined controller type as PREFERRED_CONTROLLER
Zach Hilman
2018-11-18
hid/npad: Update NPad to use player controller bindings and type
Zach Hilman
2018-11-18
Added controller helper funcs
David Marcec
2018-11-18
Left joycon rotation button remapping
David Marcec
2018-11-18
Added automatic npad switch based on supported stylesets
David Marcec
2018-11-18
Added multi-input support and controller assignment at any port
David Marcec
2018-10-20
Added auto controller switching to supported controllers and single joycon bu...
David Marcec
2018-10-17
hid/controller/npad: Remove unused dump_idx member variable
Lioncash
2018-10-17
hid/controller/npad: Remove unnecessary semicolon from the closing brace of L...
Lioncash
2018-10-17
hid/controller/npad: Move npad_id_list into the cpp file
Lioncash
2018-10-17
hid/controller/npad: Remove unnecessary const from void return type
Lioncash
2018-10-17
hid/controller: Default the destructors of all controller types in the cpp file
Lioncash
2018-10-18
Using dual joycons as the default controller
David Marcec
2018-10-12
Dynamically decide handheld variant based on supported npad id priority
David Marcec
2018-10-11
Added BeginPermitVibrationSession and EndPermitVibrationSession
David Marcec
2018-10-10
Added GetLedPattern and HandheldVariant
David Marcec
2018-10-10
Added the ability to "disconnect" individual npads
David Marcec
2018-10-10
Removed unneeded forward declarations
David Marcec
2018-10-10
Addressed changes for better hid
David Marcec
2018-10-10
"Better Hid" rework part 1
David Marcec