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