158 Commits (5fe7f2a054e22bd1b6938abd24f0d731ed9c4596)

Author SHA1 Message Date
german77 cddbfe5e67 input_common: Pump sdl events from main thread 3 years ago
Liam 5a712bb51a general: fix compile for Apple Clang 3 years ago
german77 9639d49ec6 general: Address review comments 3 years ago
german77 7328e78385 input_common: Add amiibo applet functions 3 years ago
Morph 9fba74d245 general: Enforce C4800 everywhere except in video_core 3 years ago
german77 96881efdc3 input_common: cache vibration tests 3 years ago
Liam 47fc168030 common: remove "yuzu:" prefix from thread names 3 years ago
german77 d389a05005 service: nfp: address comments 3 years ago
german77 56b1301938 input_common: Create virtual amiibo driver 3 years ago
Narr the Reg 2d6690468b input_common: sdl: Always check for motion on reconnect 4 years ago
Andrea Pappacoda 6a2efdda2f chore: make yuzu REUSE compliant 4 years ago
german77 76b18ad549 input_common: Add camera driver 4 years ago
german77 93cbaeb605 input_common: sdl: lower vibration frequency and use it's own unique thread 4 years ago
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