summaryrefslogtreecommitdiff
path: root/src/input_common/udp/udp.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-11-24input_common: Rewrite udp clientGravatar german771-110/+0
2021-02-09udp: Silence unused member variable warningsGravatar Lioncash1-2/+2
Simply mark them as unused for now.
2021-01-15Allow to return up to 16 touch inputs per engineGravatar german1-30/+2
2021-01-02general: Fix various spelling errorsGravatar Morph1-4/+4
2020-11-25Add multiple udp server supportGravatar german1-34/+30
2020-10-15input_common/CMakeLists: Make some warnings errorsGravatar Lioncash1-15/+13
Makes the input_common code warnings consistent with the rest of the codebase.
2020-09-04Add cemu hook changes related to PR #4609Gravatar german1-71/+110
2020-09-04Remove RealMotionDeviceGravatar german1-1/+1
2020-08-26Address feedbackGravatar Morph1-3/+2
2020-08-26Project Mjölnir: Part 1Gravatar Morph1-4/+11
Co-authored-by: James Rowe <jroweboy@gmail.com> Co-authored-by: Its-Rei <kupfel@gmail.com>
2020-06-21Cleanup after linterGravatar Ameer1-14/+4
2020-06-21GC Adapter ImplementationGravatar Ameer1-4/+14
2020-03-18input_common/udp: Fix clang build issuesGravatar ReinUsesLisp1-1/+2
2020-02-03input_common/udp: Add missing override specifiersGravatar Lioncash1-2/+2
Prevents trivial warnings and ensures interfaces are properly maintained between the base class.
2020-02-03input_common/udp: Remove unnecessary inclusionsGravatar Lioncash1-1/+3
2020-01-23Input: UDP Client to provide motion and touch controlsGravatar fearlessTobi1-0/+96
An implementation of the cemuhook motion/touch protocol, this adds the ability for users to connect several different devices to citra to send direct motion and touch data to citra. Co-Authored-By: jroweboy <jroweboy@gmail.com>