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
/
input_engine.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-01-20
core: hid: Enable pulling color data from controllers
Narr the Reg
1
-0
/
+37
2022-10-02
input_common: Create virtual amiibo driver
german77
1
-0
/
+37
2022-07-24
input_common: Add camera driver
german77
1
-0
/
+38
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
1
-3
/
+2
2022-04-07
input_common: Replace lock_guard with scoped_lock
Merry
1
-23
/
+23
2022-03-20
input_common: Reduce unused includes
ameerj
1
-1
/
+0
2022-02-07
input_common: Remove battery duplicated struct and update every button press
german77
1
-4
/
+4
2022-02-05
input/hid: Migrate to the new UUID implementation
Morph
1
-5
/
+5
2022-01-17
input_common: nitpick about SetHatButton usage
Valeri
1
-1
/
+1
2022-01-07
input_common: Use accelerometer data for mapping
german77
1
-2
/
+10
2021-12-13
input_engine: Simplify PreSet* family of functions
Lioncash
1
-15
/
+5
2021-12-13
input_engine: Avoid redundant map lookups
Lioncash
1
-16
/
+24
2021-12-13
input_engine: Iterate by reference rather than by value where applicable
Lioncash
1
-10
/
+10
2021-12-13
input_engine: Take BasicMotion by const reference with SetMotion() and TriggerOnMotionChange()
Lioncash
1
-2
/
+2
2021-12-13
input_engine: std::move InputIdentifier in SetCallback()
Lioncash
1
-1
/
+1
2021-11-25
kraken: Address comments from review
german77
1
-2
/
+2
2021-11-25
second commit lion review
german77
1
-2
/
+3
2021-11-25
settings: Fix Debug controller type options
german77
1
-1
/
+1
2021-11-25
settings: Fix mouse and keyboard mappings
german77
1
-0
/
+2
2021-11-25
input_common: Create input_engine
german77
1
-0
/
+361