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
/
input_common
/
drivers
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
*
input_engine: Take BasicMotion by const reference with SetMotion() and TriggerOnMotionChange()
Lioncash
2021-12-13
1
-2
/
+2
|
|
|
|
Copies the BasicMotion instance once instead of twice.
*
input_engine: Pass VibrationStatus by const reference in SetRumble()
Lioncash
2021-12-13
4
-6
/
+8
|
|
|
|
Avoids creating copies of the struct where not necessary.
*
input_engine: std::move engine name where applicable
Lioncash
2021-12-13
14
-28
/
+28
|
|
|
|
|
We can allow the name to be moved into, allowing allocations to be avoided.
*
input_common: Fix error with thread name
Narr the Reg
2021-11-30
1
-2
/
+1
|
*
input_common: Fully implement UDP controllers
Narr the Reg
2021-11-26
2
-8
/
+254
|
*
input_common: Move button names to the frontend
german77
2021-11-25
6
-33
/
+35
|
*
input_common: Fix SDL controller with inverted axis
german77
2021-11-25
1
-23
/
+0
|
*
kraken: Address comments from review
german77
2021-11-25
10
-23
/
+11
|
|
|
|
Fix compiler bug
*
core/hid: Improve accuary of mouse implementation
german77
2021-11-25
2
-8
/
+14
|
*
core/hid: Fully implement native mouse
german77
2021-11-25
2
-6
/
+32
|
*
input_common: Allow keyboard to be backwards compatible
german77
2021-11-25
2
-14
/
+52
|
*
core/hid: Improve accuracy of the keyboard implementation
german77
2021-11-25
2
-4
/
+56
|
*
core/hid: Prevent Emulated controller from flapping with multiple inputs devices
german77
2021-11-25
2
-23
/
+12
|
*
second commit lion review
german77
2021-11-25
6
-19
/
+18
|
*
settings: Fix Debug controller type options
german77
2021-11-25
1
-1
/
+0
|
*
kraken: Address comments from review
german77
2021-11-25
7
-23
/
+23
|
|
|
|
start lion review
*
input_common: Revert deleted TAS functions
german77
2021-11-25
2
-18
/
+19
|
*
input_common: Fix GC adapter initialization
german77
2021-11-25
1
-12
/
+12
|
|
|
|
Fix GC controller
*
input_common: Fix UDP uuid
german77
2021-11-25
2
-1
/
+11
|
*
input_common: Add multiple vibration curves
german77
2021-11-25
1
-14
/
+19
|
*
settings: Fix mouse and keyboard mappings
german77
2021-11-25
2
-1
/
+17
|
*
kraken: Address comments from review
german77
2021-11-25
2
-2
/
+4
|
|
|
|
review fixes
*
service/hid: Fix gesture input
german77
2021-11-25
2
-2
/
+29
|
*
core/hid: Fix rumble too strong at 1%
german77
2021-11-25
1
-1
/
+19
|
*
core/hid: Only signal when needed
german77
2021-11-25
5
-23
/
+84
|
*
kraken: Fix errors from rebase and format files
german77
2021-11-25
3
-3
/
+4
|
*
core/hid: Add output devices
german77
2021-11-25
4
-6
/
+14
|
*
input_common: Rewrite SDL
german77
2021-11-25
2
-0
/
+1035
|
*
input_common: Rewrite udp client
german77
2021-11-25
2
-0
/
+491
|
*
input_common: Rewrite gc_adapter
german77
2021-11-25
4
-0
/
+1131
|
*
input_common: Rewrite touch
german77
2021-11-25
2
-0
/
+97
|
*
input_common: Rewrite mouse
german77
2021-11-25
2
-0
/
+215
|
*
input_common: Rewrite keyboard
german77
2021-11-25
2
-0
/
+79