24 Commits (428f136a754096e34c7bfec902684e2546a43ca4)

Author SHA1 Message Date
crueter 9cef9f5dce Update fmt to allow for v11 1 year ago
Briar bd844d2830 Fix windows boost compilation errors 1 year ago
german77 6788dffa53 core: hid: Split SL and SR buttons 2 years ago
german77 83c63997ff input_common: udp: Avoid crash when trying to map motion before client is ready 3 years ago
arades79 60a68839ee remove static from pointer sized or smaller types for aesthetics, change constexpr static to static constexpr for consistency 3 years ago
arades79 adcef452e0 add static lifetime to constexpr values to force compile time evaluation where possible 3 years ago
Andrea Pappacoda 6a2efdda2f chore: make yuzu REUSE compliant 4 years ago
Narr the Reg f27e097244 input_common: Map sticks correctly when mapped sideways 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
german77 a2fe5dffa9 input_common: Add home and hard touch press buttons to UDP controllers 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
german77 0e1d2581b7 input_common: Fix udp motion not automapping to both sides 4 years ago
vperus e1250d7303 [input_common] Move variable declaration closer to usage 4 years ago
Lioncash 54e164d9de input_engine: std::move engine name where applicable 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 3cd0dd4227 input_common: Fix UDP uuid 5 years ago
german77 b3f59b4407 kraken: Address comments from review 5 years ago
german77 8ea02d19a1 service/hid: Fix gesture input 5 years ago
german77 13413c2290 input_common: Rewrite udp client 5 years ago
german77 1d0e9b62da input_common: Move touch and analog from button. Move udp protocol 5 years ago
ameerj 1dabf6d025 input_common: Fix VS2022 compilation errors 5 years ago
lat9nq 794c444285 general: Make most settings a BasicSetting 5 years ago
german77 eac788499b input_common: Sanitize motion data 5 years ago
bunnei 7a76bc30fa common: Move settings to common from core. 5 years ago
german77 129c89b47d Use a single connection for UDP server, make connection test longer and check all pads instead of only the first one 5 years ago
german 0cb68543e2 inputCommon: Use an unique client id for each socket instance 5 years ago
Lioncash 70b6d985e7 udp/client: Define ClientData constructor/destructor in cpp file 5 years ago
german b92717bec6 Always initialize keyboard input 5 years ago
german df1070a735 Add mutitouch support for touch screens 5 years ago
german f452fbfc88 Allow to return up to 16 touch inputs per engine 5 years ago
gal20 2f5fb99b94 udp client: process packets only for the correct pad 5 years ago
german 6708e0ec0e Add multiple udp server support 5 years ago
bunnei 2382020d8d input_common: Add more missing [[maybe_unused]] from #4927. 5 years ago
Lioncash c8aec32f12 input_common: Treat warnings as errors 5 years ago
Morph 5eb160d4c6 udp/client: Reduce testing period to 5 seconds 6 years ago
Lioncash c3c19060dd udp/client: Make use of designated initializers in TestCommunication() 6 years ago
Lioncash 3232d03657 udp/client: Take std::function by const reference with TestCommunication() 6 years ago
Lioncash d44d662529 input_common/CMakeLists: Make some warnings errors 6 years ago
Lukas Senionis e237086658 Reduce the "shake" requirements when configuring UDP. 6 years ago
german db47701464 Add random motion input to SDL 6 years ago
german b26bc3864a Minor cleanup 6 years ago
german 82eb4be33b Add cemu hook changes related to PR #4609 6 years ago
german 17b48f8d42 Remove RealMotionDevice 6 years ago
Lioncash 78ddcbe3ba General: Tidy up clang-format warnings part 2 6 years ago
Lioncash 5987e39f21 udp/client: Remove unused boost include 6 years ago