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
/
hid
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-12-05
core/hid: Add missing controller type
german77
1
-0
/
+2
2021-12-05
core/hid: Ensure only valid npad are connected
german77
5
-1
/
+70
2021-11-30
input_interpreter: Make use of NpadButton instead of a u64
Morph
2
-9
/
+9
2021-11-30
core: hid: hid_types: Add "All" to NpadButton
Morph
1
-0
/
+2
2021-11-29
core: hid: hid_core: Add (Enable/DIsable)AllControllerConfiguration
Morph
2
-0
/
+32
2021-11-29
core: hid: Mark constructors as explicit
Morph
2
-2
/
+2
2021-11-29
core: hid: Cleanup and amend documentation
Morph
4
-69
/
+76
2021-11-28
settings: Add debug setting to enable all controllers
german77
1
-0
/
+20
2021-11-27
config: Remove vibration configuration
german77
1
-2
/
+3
2021-11-26
input_common: Fully implement UDP controllers
Narr the Reg
1
-2
/
+4
2021-11-25
service/hid: Finish converting LIFO objects and address some nits
Narr the Reg
2
-4
/
+4
2021-11-25
bootmanager: Use cross-platform keyboard input
german77
1
-1
/
+1
2021-11-25
kraken: Address comments from review
german77
1
-1
/
+2
2021-11-25
core/hid: Improve accuary of mouse implementation
german77
4
-20
/
+33
2021-11-25
core/hid: Fully implement native mouse
german77
5
-56
/
+165
2021-11-25
input_common: Allow keyboard to be backwards compatible
german77
1
-6
/
+22
2021-11-25
core/hid: Improve accuracy of the keyboard implementation
german77
2
-132
/
+269
2021-11-25
core/hid: Fix keyboard alignment
german77
1
-12
/
+13
2021-11-25
core/hid: Remove usage of native types, fix a couple of errors with motion
german77
4
-8
/
+69
2021-11-25
service/hid: Remove includes of core.h and settings.h
german77
3
-3
/
+2
2021-11-25
service/hid: Add support for new controllers
german77
1
-1
/
+1
2021-11-25
settings: Fix controller preview not displaying the correct controller
german77
1
-2
/
+2
2021-11-25
core/hid: Rename NpadType to NpadStyleIndex
german77
3
-34
/
+41
2021-11-25
config: Cleanup and documentation
german77
1
-1
/
+5
2021-11-25
core/hid: Prevent Emulated controller from flapping with multiple inputs devices
german77
2
-13
/
+61
2021-11-25
core/hid: Fully emulate motion from button
german77
4
-36
/
+70
2021-11-25
second commit lion review
german77
6
-11
/
+29
2021-11-25
settings: Fix Debug controller type options
german77
3
-6
/
+12
2021-11-25
kraken: Address comments from review
german77
8
-146
/
+173
2021-11-25
input_common: Revert deleted TAS functions
german77
1
-22
/
+22
2021-11-25
core/hid: Explain better what a temporary value does
german77
2
-24
/
+28
2021-11-25
core/hid: Update structs to 13.1.0
german77
3
-8
/
+18
2021-11-25
core/hid: Add TAS input
german77
2
-0
/
+81
2021-11-25
input_common: Add multiple vibration curves
german77
1
-1
/
+9
2021-11-25
core/hid: Rework battery mappings
german77
4
-30
/
+54
2021-11-25
input_common: Add manual update options to input devices
german77
1
-0
/
+9
2021-11-25
settings: Fix mouse and keyboard mappings
german77
3
-11
/
+19
2021-11-25
Morph review first wave
german77
8
-57
/
+57
2021-11-25
yuzu: Fix loading input profiles
german77
1
-0
/
+2
2021-11-25
kraken: Address comments from review
german77
5
-8
/
+14
2021-11-25
service/hid: Fix gesture input
german77
3
-27
/
+37
2021-11-25
configuration: Migrate controller settings to emulated controller
german77
4
-4
/
+30
2021-11-25
core/hid: Fix rumble too strong at 1%
german77
1
-12
/
+22
2021-11-25
core/hid: Only signal when needed
german77
3
-126
/
+141
2021-11-25
hid: Fix controller connection/disconnection
german77
4
-30
/
+95
2021-11-25
core/hid: Documment some files
german77
4
-52
/
+265
2021-11-25
kraken: Fix errors from rebase and format files
german77
1
-1
/
+5
2021-11-25
core/hid: Add output devices
german77
3
-29
/
+121
2021-11-25
core: Update input interpreter
german77
2
-51
/
+18
2021-11-25
core/hid: Add emulated controllers
german77
8
-0
/
+2017
2021-11-25
core/hid: Move motion_input, create input converter and hid_types
german77
5
-0
/
+1159
2021-11-25
core/hid: Move input_interpreter to hid
german77
2
-0
/
+206