21 Commits (9e2ebb24df078dc16e1ebfa398b28bb70f206e75)

Author SHA1 Message Date
german77 eae0570a1c input_common: udp: Avoid crash when trying to map motion before client is ready 2 years ago
arades79 683019878f remove static from pointer sized or smaller types for aesthetics, change constexpr static to static constexpr for consistency 3 years ago
arades79 45e13b03f3 add static lifetime to constexpr values to force compile time evaluation where possible 3 years ago
Andrea Pappacoda cdb240f3d4
chore: make yuzu REUSE compliant 4 years ago
Narr the Reg ee532e5c01 input_common: Map sticks correctly when mapped sideways 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
german77 3d2d77eb3f input_common: Add home and hard touch press buttons to UDP controllers 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
Narr the Reg 36144a5690 input_common: Report battery for UDP controllers 4 years ago
german77 d05675242a input_common: Fix udp motion not automapping to both sides 4 years ago
vperus 11f4bf8a9a [input_common] Move variable declaration closer to usage 4 years ago
Lioncash 2b92d22bda input_engine: std::move engine name where applicable 4 years ago
vperus 660c6bec22 Revert of b01aa72 4 years ago
Narr the Reg 639402850a input_common: Fully implement UDP controllers 4 years ago
german77 1d71d4b874 input_common: Fix UDP uuid 4 years ago
german77 b5e72de753 kraken: Address comments from review 4 years ago
german77 85052b8662 service/hid: Fix gesture input 4 years ago
german77 10241886dd input_common: Rewrite udp client 4 years ago
german77 4c6f2c2547 input_common: Move touch and analog from button. Move udp protocol 4 years ago
ameerj b01aa721ff input_common: Fix VS2022 compilation errors 4 years ago
lat9nq b91b76df4f general: Make most settings a BasicSetting 5 years ago
german77 fd7c273fab input_common: Sanitize motion data 5 years ago
bunnei a4c6712a4b common: Move settings to common from core. 5 years ago
german77 bb3dce9363 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 9b3af0027b inputCommon: Use an unique client id for each socket instance 5 years ago
Lioncash cda24b8eb1 udp/client: Define ClientData constructor/destructor in cpp file 5 years ago
german b483f2d010 Always initialize keyboard input 5 years ago
german 8495e1bd83 Add mutitouch support for touch screens 5 years ago
german d8df9a16bd Allow to return up to 16 touch inputs per engine 5 years ago
gal20 1defd0847a udp client: process packets only for the correct pad 5 years ago
german 2c2b586d86 Add multiple udp server support 5 years ago
bunnei 7fb7540d69 input_common: Add more missing [[maybe_unused]] from #4927. 5 years ago
Lioncash 5c4774e8ce input_common: Treat warnings as errors 5 years ago
Morph 8ead176639 udp/client: Reduce testing period to 5 seconds 5 years ago
Lioncash 30b1e71066 udp/client: Make use of designated initializers in TestCommunication() 5 years ago
Lioncash 36cfb234d5 udp/client: Take std::function by const reference with TestCommunication() 5 years ago
Lioncash 046c0c91a3 input_common/CMakeLists: Make some warnings errors 5 years ago
Lukas Senionis 6ee1a784b8 Reduce the "shake" requirements when configuring UDP. 5 years ago
german 03b574ae22 Add random motion input to SDL 5 years ago
german 797564599f Minor cleanup 5 years ago
german 6ee8eab670 Add cemu hook changes related to PR #4609 5 years ago
german 0774b17846 Remove RealMotionDevice 5 years ago
Lioncash b724a4d90c General: Tidy up clang-format warnings part 2 5 years ago
Lioncash 1a7cf26884 udp/client: Remove unused boost include 5 years ago
Lioncash 8df93132cd udp: Silence a C++20 deprecation warning 6 years ago
Ameer 121af3646d Singleton GC Adapter class, remove globals, fix naming convention 6 years ago
Ameer c94583d867 Clang Formatting 6 years ago