500 Commits (9184b6ed2bbc2547c431fd9453c0de8de5dec3c3)

Author SHA1 Message Date
Merry 159ae5e47c input_common: Replace lock_guard with scoped_lock 4 years ago
Narr the Reg ee532e5c01 input_common: Map sticks correctly when mapped sideways 4 years ago
ameerj 967ed01fcf input_common: Reduce unused includes 4 years ago
german77 6a4ab3e0d2 yuzu: Add auto center on right click 4 years ago
german77 21742f0096 input_common: Remove battery duplicated struct and update every button press 4 years ago
Morph 25db62ce15 general: Rename NewUUID to UUID, and remove the previous UUID impl 4 years ago
Morph cb30fe50cd input/hid: Migrate to the new UUID implementation 4 years ago
Morph fbefcf7280 input_common: Remove unused core include 4 years ago
Narr the Reg 064aa3de11 yuzu: ui: Improve battery symbols 4 years ago
german77 5bd0c1517f input_common: Use attributes for analog range modifiers 4 years ago
german77 3d2d77eb3f input_common: Add home and hard touch press buttons to UDP controllers 4 years ago
Narr the Reg fd1cef5616 input_common: Add DS5 to HD rumble list 4 years ago
Lioncash 651358d0b6 input_common/input_engine: Ensure PadIdentifier UUIDs have a valid initial state 4 years ago
Lioncash 187c9d7e33 input_common/input_mapping: Simplify UUID validity checks 4 years ago
Lioncash 0849be094e input_common/input_mapping: Add missing includes 4 years ago
Lioncash 8bb39750a1 input_common/input_mapping: Remove const from return value 4 years ago
Lioncash 12e7d3b254 input_common/input_mapping: Default constructor 4 years ago
Lioncash 51dd3da11c input_common/main: Pass MappingData by const reference in callbacks 4 years ago
Lioncash 87eb3cb083 input_common/udp_client: Replace deprecated from_string()/to_ulong() functions 4 years ago
Lioncash b084a9bf0a input_common/udp_client: Prevent unnecessary string copies 4 years ago
german77 ebf19616f4 input_common: Add option to configure gyro threshold 4 years ago
Narr the Reg 36144a5690 input_common: Report battery for UDP controllers 4 years ago
Valeri 3431e0acf5
input_common: nitpick about SetHatButton usage 4 years ago
Valeri a99f84f4b2
input_common: fix copy-paste error 4 years ago
german77 9eab07f863 input_common: Reintroduce motion from mouse and use button names 4 years ago
gidoly 92d676d788
Xbox controller default name nit pick 4 years ago
gidoly 7978ea4e8c
Change default name for ps controllers 4 years ago
german77 ea089c012e input_common: Handle errors on TAS scripts 4 years ago
german77 d05675242a input_common: Fix udp motion not automapping to both sides 4 years ago
german77 72c8a94a6c yuzu: Add controller hotkeys 4 years ago
german77 4b4af29f86 input_common: Use accelerometer data for mapping 4 years ago
vperus 11f4bf8a9a [input_common] Move variable declaration closer to usage 4 years ago
Valeri 7f965172c5
input/SDL: Update SDL hints 4 years ago
Lioncash e05d2a70b2 common/input: Avoid numerous large copies of CallbackStatus 4 years ago
Lioncash 5e7e38ac72 input_poller: Add missing override specifiers 4 years ago
Lioncash 6497fbfa96 input_mapping: Amend specification of parameters 4 years ago
Lioncash 7783c0aaef input_poller: Remove several unnecessary @param tags 4 years ago
Lioncash 54ca48e8b7 tas_input: Avoid minor copies in Read/WriteCommandButtons() 4 years ago
Lioncash 734fb180bb tas_input: Remove unnecessary semicolon 4 years ago
Lioncash ddda6ae776 tas_input: Execute clear() even if empty 4 years ago
Lioncash db9320e754 tas_input: Remove unnecessary includes 4 years ago
Lioncash 26ef76213c tas_input: std::move strings into vector 4 years ago
Lioncash a515ede2af tas_input: Use istringstream over stringstream 4 years ago
Lioncash 6be730bdcd tas_input: Use u8string_view instead of u8string 4 years ago
Lioncash 37a8e2a67e tas_input: Remove unused std::smatch variable 4 years ago
Lioncash d52ad96ce3 tas_input: Amend -Wdocumentation warnings 4 years ago
Lioncash c126b0718c tas_input: Make TasAxes enum an enum class 4 years ago
Lioncash e4de1783e1 input_engine: Fix typo in TriggerOnAxisChange() parameter name 4 years ago
Lioncash a9d39b6895 input_engine: Simplify PreSet* family of functions 4 years ago
Lioncash 4d4a234476 input_engine: Avoid redundant map lookups 4 years ago