86 Commits (f1ca3b7ff31025dae83e9977fcc8b37947bd1d5a)

Author SHA1 Message Date
Narr the Reg d061038994 input_common: Replace usage of string guid to common uuid 4 years ago
Narr the Reg 3cd7b067e0 input_common: Make vibration request async 4 years ago
german77 b6d3a7d8cf input_common: touch: Rewrite touch driver to support multiple touch points 4 years ago
Morph 5ec38a7cb9 Revert "gc_adapter: fix libusb import on GCC11.2" 4 years ago
Levi Behunin 6e1eea8897 gc_adapter: fix libusb import on GCC11.2 4 years ago
Andrea Pappacoda b2eb103829 chore: add missing SPDX tags 4 years ago
Morph 2b87305d31 general: Convert source file copyright comments over to SPDX 4 years ago
Merry b02d74d113 input_common: Replace lock_guard with scoped_lock 4 years ago
Narr the Reg f27e097244 input_common: Map sticks correctly when mapped sideways 4 years ago
ameerj e7bb6ec32e input_common: Reduce unused includes 4 years ago
german77 2ea4a2b74e yuzu: Add auto center on right click 4 years ago
german77 75d96d5462 input_common: Remove battery duplicated struct and update every button press 4 years ago
Morph e47b5e6a26 general: Rename NewUUID to UUID, and remove the previous UUID impl 4 years ago
Morph 51c445f7e8 input/hid: Migrate to the new UUID implementation 4 years ago
Narr the Reg 2198237e42 yuzu: ui: Improve battery symbols 4 years ago
german77 a2fe5dffa9 input_common: Add home and hard touch press buttons to UDP controllers 4 years ago
Narr the Reg 9ea465d958 input_common: Add DS5 to HD rumble list 4 years ago
Lioncash feb5b56356 input_common/udp_client: Replace deprecated from_string()/to_ulong() functions 4 years ago
Lioncash de967b3967 input_common/udp_client: Prevent unnecessary string copies 4 years ago
Narr the Reg 527a74f48b input_common: Report battery for UDP controllers 4 years ago
Valeri e3ee079aa4 input_common: fix copy-paste error 4 years ago
german77 991460cd98 input_common: Reintroduce motion from mouse and use button names 4 years ago
gidoly 3465aa5d57 Xbox controller default name nit pick 4 years ago
gidoly ede1976820 Change default name for ps controllers 4 years ago
german77 b6c23d1633 input_common: Handle errors on TAS scripts 4 years ago
german77 0e1d2581b7 input_common: Fix udp motion not automapping to both sides 4 years ago
german77 353317f31e yuzu: Add controller hotkeys 4 years ago
vperus e1250d7303 [input_common] Move variable declaration closer to usage 4 years ago
Valeri af37388ee5 input/SDL: Update SDL hints 4 years ago
Lioncash f63a50ce9d tas_input: Avoid minor copies in Read/WriteCommandButtons() 4 years ago
Lioncash bac72cecf9 tas_input: Remove unnecessary semicolon 4 years ago
Lioncash 6a9fe940d2 tas_input: Execute clear() even if empty 4 years ago
Lioncash 8b6137eb79 tas_input: Remove unnecessary includes 4 years ago
Lioncash 4284fe0d78 tas_input: std::move strings into vector 4 years ago
Lioncash c12653670c tas_input: Use istringstream over stringstream 4 years ago
Lioncash 4dce3a6cf4 tas_input: Use u8string_view instead of u8string 4 years ago
Lioncash b2c94d8cd4 tas_input: Remove unused std::smatch variable 4 years ago
Lioncash f1ff42541a tas_input: Amend -Wdocumentation warnings 4 years ago
Lioncash a82bb17b08 tas_input: Make TasAxes enum an enum class 4 years ago
Lioncash 190cfc5997 input_engine: Take BasicMotion by const reference with SetMotion() and TriggerOnMotionChange() 4 years ago
Lioncash f41c22d30f input_engine: Pass VibrationStatus by const reference in SetRumble() 4 years ago
Lioncash 54e164d9de input_engine: std::move engine name where applicable 4 years ago
Narr the Reg 48537c07cd input_common: Fix error with thread name 4 years ago
vperus e899505921 Revert of 1dabf6d 4 years ago
Narr the Reg 7b56b2cab6 input_common: Fully implement UDP controllers 4 years ago
german77 b8b849dc2e input_common: Move button names to the frontend 4 years ago
german77 bc9641614d input_common: Fix SDL controller with inverted axis 4 years ago
german77 30de38ee7f kraken: Address comments from review 4 years ago
german77 25521cd948 core/hid: Improve accuary of mouse implementation 4 years ago
german77 dfb63175d1 core/hid: Fully implement native mouse 4 years ago