summaryrefslogtreecommitdiffstats
path: root/src/input_common/drivers/tas_input.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2022-07-27chore: make yuzu REUSE compliantAndrea Pappacoda1-1/+1
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2022-02-05general: Rename NewUUID to UUID, and remove the previous UUID implMorph1-2/+2
2022-02-05input/hid: Migrate to the new UUID implementationMorph1-2/+2
2022-01-08input_common: Handle errors on TAS scriptsgerman771-7/+24
2022-01-07yuzu: Add controller hotkeysgerman771-3/+4
2021-12-13tas_input: Avoid minor copies in Read/WriteCommandButtons()Lioncash1-2/+2
2021-12-13tas_input: Remove unnecessary semicolonLioncash1-1/+1
2021-12-13tas_input: Execute clear() even if emptyLioncash1-3/+2
2021-12-13tas_input: std::move strings into vectorLioncash1-21/+24
2021-12-13tas_input: Use istringstream over stringstreamLioncash1-2/+2
2021-12-13tas_input: Use u8string_view instead of u8stringLioncash1-5/+6
2021-12-13tas_input: Remove unused std::smatch variableLioncash1-2/+0
2021-12-13tas_input: Amend -Wdocumentation warningsLioncash1-5/+5
2021-12-13tas_input: Make TasAxes enum an enum classLioncash1-5/+9
2021-12-13input_engine: std::move engine name where applicableLioncash1-1/+1
2021-11-25kraken: Address comments from reviewgerman771-1/+1
2021-11-25core/hid: Prevent Emulated controller from flapping with multiple inputs devicesgerman771-15/+9
2021-11-25input_common: Revert deleted TAS functionsgerman771-11/+12
2021-11-25core/hid: Only signal when neededgerman771-1/+1
2021-11-25input_common: Rewrite gc_adaptergerman771-0/+320