index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
service
/
hid
/
controllers
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
npad: Remove unused controller variable from OnInit()
Lioncash
2018-10-24
1
-2
/
+3
*
Added auto controller switching to supported controllers and single joycon button rotation
David Marcec
2018-10-20
2
-4
/
+189
*
hid/controller: Remove unused header inclusions
Lioncash
2018-10-18
9
-9
/
+0
*
hid/controller/npad: Remove unused dump_idx member variable
Lioncash
2018-10-18
1
-1
/
+0
*
hid/controller/npad: Remove unnecessary semicolon from the closing brace of LedPattern's constructor
Lioncash
2018-10-18
1
-1
/
+1
*
hid/controller/npad: Remove #pragma once from the cpp file
Lioncash
2018-10-18
1
-2
/
+0
*
hid/controller/npad: Move npad_id_list into the cpp file
Lioncash
2018-10-18
2
-2
/
+10
*
hid/controller/npad: Remove unnecessary const from void return type
Lioncash
2018-10-18
2
-2
/
+2
*
hid/controller: Default the destructors of all controller types in the cpp file
Lioncash
2018-10-18
16
-0
/
+16
*
controller_base: Default the base class constructor and destructor in the cpp file
Lioncash
2018-10-18
2
-2
/
+4
*
Using dual joycons as the default controller
David Marcec
2018-10-17
2
-74
/
+58
*
Wip
David Marcec
2018-10-12
1
-2
/
+18
*
Dynamically decide handheld variant based on supported npad id priority
David Marcec
2018-10-11
2
-19
/
+58
*
Added BeginPermitVibrationSession and EndPermitVibrationSession
David Marcec
2018-10-10
2
-0
/
+8
*
Added GetLedPattern and HandheldVariant
David Marcec
2018-10-10
2
-4
/
+54
*
Kirby expects handheld controllers to be at position 8
David Marcec
2018-10-10
1
-2
/
+8
*
Added the ability to "disconnect" individual npads
David Marcec
2018-10-10
2
-15
/
+36
*
Removed unneeded forward declarations
David Marcec
2018-10-10
2
-13
/
+2
*
Addressed changes for better hid
David Marcec
2018-10-10
18
-130
/
+208
*
"Better Hid" rework part 1
David Marcec
2018-10-10
18
-0
/
+1289