43 Commits (e8d2de1f99a73d6e92ab91d448e47e087833f7f7)

Author SHA1 Message Date
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 a352f34462 udp: Silence unused member variable warnings 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
Morph a745d87971 general: Fix various spelling errors 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 6 years ago
Lioncash 30b1e71066 udp/client: Make use of designated initializers in TestCommunication() 6 years ago
Lioncash 36cfb234d5 udp/client: Take std::function by const reference with TestCommunication() 6 years ago
Lioncash 046c0c91a3 input_common/CMakeLists: Make some warnings errors 6 years ago
Lukas Senionis 6ee1a784b8 Reduce the "shake" requirements when configuring UDP. 6 years ago
german 03b574ae22 Add random motion input to SDL 6 years ago
german 797564599f Minor cleanup 6 years ago
german 6ee8eab670 Add cemu hook changes related to PR #4609 6 years ago
german 0774b17846 Remove RealMotionDevice 6 years ago
Morph efa0b7a056 Address feedback 6 years ago
Morph f0fac0c7fb Project Mjölnir: Part 1 6 years ago
Lioncash b724a4d90c General: Tidy up clang-format warnings part 2 6 years ago
Lioncash 1a7cf26884 udp/client: Remove unused boost include 6 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
Ameer 0076a08d04 Cleanup after linter 6 years ago
Ameer 0248614add GC Adapter Implementation 6 years ago
ReinUsesLisp 716d6aee30 input_common/udp: Fix clang build issues 6 years ago
FearlessTobi 230ac6a4e8 input_common/udp: Fix Linux build by using a backwards compatible way of error checking 6 years ago
James Rowe 002d9508a0 input/udp - Add minor error handling to prevent bad input from crashing 6 years ago
James Rowe 2cdda8c564 input/udp - Dont log on invalid packet received 6 years ago
Lioncash 83f8090273 input_common/udp: Add missing override specifiers 6 years ago
Lioncash 5c61e0ba39 input_common/udp: std::move SocketCallback instances where applicable 6 years ago
Lioncash fb9c9ddcc9 input_common/udp: std::move shared_ptr within Client constructor 6 years ago
Lioncash 9bb6ab77f4 udp/client: Replace deprecated from_string() call with make_address_v4() 6 years ago
Lioncash 881408445a input_common/udp: Silence -Wreorder warning for Socket 6 years ago
Lioncash 36524465a6 input_common/udp: Remove unnecessary inclusions 6 years ago
Lioncash 4aa9c9632d input_common/udp: Add missing header guard 6 years ago
FearlessTobi bbd85a495a Address second part of review comments 7 years ago
FearlessTobi 0fe11746fc Address review comments 7 years ago
fearlessTobi ac3690f205 Input: UDP Client to provide motion and touch controls 7 years ago