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
/
tas_input.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-11-23
general: fix compile for Apple Clang
Liam
1
-0
/
+1
2022-07-27
chore: make yuzu REUSE compliant
Andrea Pappacoda
1
-1
/
+1
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
1
-3
/
+2
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
-2
/
+2
2022-01-08
input_common: Handle errors on TAS scripts
german77
1
-7
/
+24
2022-01-07
yuzu: Add controller hotkeys
german77
1
-3
/
+4
2021-12-13
tas_input: Avoid minor copies in Read/WriteCommandButtons()
Lioncash
1
-2
/
+2
2021-12-13
tas_input: Remove unnecessary semicolon
Lioncash
1
-1
/
+1
2021-12-13
tas_input: Execute clear() even if empty
Lioncash
1
-3
/
+2
2021-12-13
tas_input: std::move strings into vector
Lioncash
1
-21
/
+24
2021-12-13
tas_input: Use istringstream over stringstream
Lioncash
1
-2
/
+2
2021-12-13
tas_input: Use u8string_view instead of u8string
Lioncash
1
-5
/
+6
2021-12-13
tas_input: Remove unused std::smatch variable
Lioncash
1
-2
/
+0
2021-12-13
tas_input: Amend -Wdocumentation warnings
Lioncash
1
-5
/
+5
2021-12-13
tas_input: Make TasAxes enum an enum class
Lioncash
1
-5
/
+9
2021-12-13
input_engine: std::move engine name where applicable
Lioncash
1
-1
/
+1
2021-11-25
kraken: Address comments from review
german77
1
-1
/
+1
2021-11-25
core/hid: Prevent Emulated controller from flapping with multiple inputs devices
german77
1
-15
/
+9
2021-11-25
input_common: Revert deleted TAS functions
german77
1
-11
/
+12
2021-11-25
core/hid: Only signal when needed
german77
1
-1
/
+1
2021-11-25
input_common: Rewrite gc_adapter
german77
1
-0
/
+320