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
/
common
/
input.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-06-28
input_common: Remove duplicated DriverResult enum
german77
1
-0
/
+2
2023-06-22
input_common: Implement native mifare support
Narr the Reg
1
-4
/
+39
2023-05-06
input_common: Add property to invert an axis button
Narr the Reg
1
-0
/
+2
2023-05-06
input_common: Add property to invert an axis button
Narr the Reg
1
-0
/
+2
2023-03-12
general: fix spelling mistakes
Liam
1
-4
/
+4
2023-03-08
input_common: Minor typo issues (#9922)
Narr the Reg
1
-1
/
+1
2023-02-01
input_common: Implement turbo buttons
german77
1
-0
/
+2
2023-01-20
input_common: Use DriverResult on all engines
german77
1
-26
/
+20
2023-01-20
input_common: Initial skeleton for custom joycon driver
Narr the Reg
1
-3
/
+23
2023-01-06
input_common: Create an update engine
Narr the Reg
1
-3
/
+0
2022-11-28
common/input: Add helpers functions for creating input and output devices
Lioncash
1
-0
/
+34
2022-11-28
common/input: Pass ParamPackage by const reference in CreateDevice
Lioncash
1
-3
/
+3
2022-11-23
general: fix compile for Apple Clang
Liam
1
-0
/
+1
2022-10-21
input_common: cache vibration tests
german77
1
-1
/
+4
2022-10-09
input_common: have an unique vector in callback status
german77
1
-2
/
+3
2022-10-02
service: nfp: address comments
german77
1
-1
/
+1
2022-10-02
input_common: Create virtual amiibo driver
german77
1
-0
/
+27
2022-09-06
input_common: Add support for analog toggle
Narr the Reg
1
-0
/
+5
2022-07-27
chore: make yuzu REUSE compliant
Andrea Pappacoda
1
-3
/
+2
2022-07-24
input_common: Add camera driver
german77
1
-1
/
+28
2022-05-23
input_common: Make vibration request async
Narr the Reg
1
-0
/
+1
2022-02-05
general: Rename NewUUID to UUID, and remove the previous UUID impl
Morph
1
-4
/
+4
2022-02-05
input/hid: Migrate to the new UUID implementation
Morph
1
-4
/
+4
2022-01-30
input_common: Add home and hard touch press buttons to UDP controllers
german77
1
-0
/
+2
2022-01-17
input_common: Reintroduce motion from mouse and use button names
german77
1
-0
/
+7
2021-12-14
common/input: Avoid numerous large copies of CallbackStatus
Lioncash
1
-2
/
+2
2021-12-14
common/input: Remove unnecessary returns
Lioncash
1
-6
/
+2
2021-12-13
input_engine: Pass LedStatus by const reference
Lioncash
1
-1
/
+1
2021-12-13
input_engine: Pass VibrationStatus by const reference in SetRumble()
Lioncash
1
-4
/
+2
2021-11-26
input_common: Fully implement UDP controllers
Narr the Reg
1
-0
/
+14
2021-11-25
input_common: Move button names to the frontend
german77
1
-0
/
+22
2021-11-25
config: Cleanup and documentation
german77
1
-3
/
+31
2021-11-25
core/hid: Prevent Emulated controller from flapping with multiple inputs devices
german77
1
-0
/
+4
2021-11-25
core/hid: Fully emulate motion from button
german77
1
-0
/
+5
2021-11-25
second commit lion review
german77
1
-1
/
+1
2021-11-25
settings: Fix Debug controller type options
german77
1
-2
/
+2
2021-11-25
kraken: Address comments from review
german77
1
-2
/
+2
2021-11-25
input_common: Add manual update options to input devices
german77
1
-0
/
+10
2021-11-25
core/hid: Fix rumble too strong at 1%
german77
1
-0
/
+7
2021-11-25
core/hid: Only signal when needed
german77
1
-0
/
+1
2021-11-25
core/hid: Add output devices
german77
1
-0
/
+39
2021-11-25
common: Rewrite and move core/frontend/input.h to common
german77
1
-0
/
+242