index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
input_common
/
drivers
/
tas_input.cpp
Age
Commit message (
Expand
)
Author
2025-02-16
build: upgrade fmt and SDL2
Zephyron
2025-01-14
Revert incorrect copyright attribution for non-contributed files
Zephyron
2024-12-31
chore: update project references and add Citron copyright
Zephyron
2023-01-07
TAS: Show all script lengths for multiplayer
MonsterDruide1
2022-11-22
general: fix compile for Apple Clang
Liam
2022-07-27
chore: make yuzu REUSE compliant
Andrea Pappacoda
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2022-01-11
Merge pull request #7633 from german77/hotkeys
bunnei
2022-01-08
input_common: Handle errors on TAS scripts
german77
2022-01-06
yuzu: Add controller hotkeys
german77
2021-12-13
Merge pull request #7575 from lioncash/input
bunnei
2021-12-13
tas_input: Avoid minor copies in Read/WriteCommandButtons()
Lioncash
2021-12-13
tas_input: Remove unnecessary semicolon
Lioncash
2021-12-13
tas_input: Execute clear() even if empty
Lioncash
2021-12-13
tas_input: std::move strings into vector
Lioncash
2021-12-13
tas_input: Use istringstream over stringstream
Lioncash
2021-12-13
tas_input: Use u8string_view instead of u8string
Lioncash
2021-12-13
tas_input: Remove unused std::smatch variable
Lioncash
2021-12-13
tas_input: Amend -Wdocumentation warnings
Lioncash
2021-12-13
tas_input: Make TasAxes enum an enum class
Lioncash
2021-12-13
input_engine: std::move engine name where applicable
Lioncash
2021-11-24
kraken: Address comments from review
german77
2021-11-24
core/hid: Prevent Emulated controller from flapping with multiple inputs devices
german77
2021-11-24
input_common: Revert deleted TAS functions
german77
2021-11-24
core/hid: Only signal when needed
german77
2021-11-24
input_common: Rewrite gc_adapter
german77