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.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
1
-3
/
+2
2022-03-22
input_common: Map sticks correctly when mapped sideways
Narr the Reg
1
-0
/
+5
2022-02-07
input_common: Remove battery duplicated struct and update every button press
german77
1
-14
/
+4
2022-02-05
general: Rename NewUUID to UUID, and remove the previous UUID impl
Morph
1
-2
/
+2
2022-02-05
input/hid: Migrate to the new UUID implementation
Morph
1
-3
/
+3
2022-01-24
input_common/input_engine: Ensure PadIdentifier UUIDs have a valid initial state
Lioncash
1
-1
/
+1
2022-01-24
input_common/main: Pass MappingData by const reference in callbacks
Lioncash
1
-1
/
+1
2021-12-13
input_engine: Fix typo in TriggerOnAxisChange() parameter name
Lioncash
1
-1
/
+1
2021-12-13
input_engine: Simplify PreSet* family of functions
Lioncash
1
-9
/
+9
2021-12-13
input_engine: Remove left-over namespace qualifiers
Lioncash
1
-3
/
+3
2021-12-13
input_engine: Take BasicMotion by const reference with SetMotion() and TriggerOnMotionChange()
Lioncash
1
-2
/
+3
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
-1
/
+1
2021-12-13
input_engine: std::move engine name where applicable
Lioncash
1
-1
/
+1
2021-12-13
input_engine: Remove callback clearing in constructor
Lioncash
1
-3
/
+1
2021-12-13
input_engine: Remove unnecessary semi-colons
Lioncash
1
-6
/
+6
2021-12-13
input_engine: Remove unnecessary return
Lioncash
1
-3
/
+1
2021-11-25
input_common: Move button names to the frontend
german77
1
-2
/
+3
2021-11-25
kraken: Address comments from review
german77
1
-1
/
+1
2021-11-25
settings: Fix Debug controller type options
german77
1
-3
/
+2
2021-11-25
kraken: Address comments from review
german77
1
-7
/
+7
2021-11-25
kraken: Fix errors from rebase and format files
german77
1
-4
/
+6
2021-11-25
core/hid: Add output devices
german77
1
-6
/
+12
2021-11-25
input_common: Create input_engine
german77
1
-0
/
+224