aboutsummaryrefslogtreecommitdiff
path: root/src/input_common/udp/udp.cpp
AgeCommit message (Collapse)Author
2021-11-24input_common: Rewrite udp clientgerman77
2021-02-09udp: Silence unused member variable warningsLioncash
Simply mark them as unused for now.
2021-01-15Allow to return up to 16 touch inputs per enginegerman
2021-01-02general: Fix various spelling errorsMorph
2020-11-25Add multiple udp server supportgerman
2020-10-15input_common/CMakeLists: Make some warnings errorsLioncash
Makes the input_common code warnings consistent with the rest of the codebase.
2020-09-04Add cemu hook changes related to PR #4609german
2020-09-04Remove RealMotionDevicegerman
2020-08-26Address feedbackMorph
2020-08-26Project Mjölnir: Part 1Morph
Co-authored-by: James Rowe <jroweboy@gmail.com> Co-authored-by: Its-Rei <kupfel@gmail.com>
2020-03-18input_common/udp: Fix clang build issuesReinUsesLisp
2020-02-03input_common/udp: Add missing override specifiersLioncash
Prevents trivial warnings and ensures interfaces are properly maintained between the base class.
2020-02-03input_common/udp: Remove unnecessary inclusionsLioncash
2020-01-23Input: UDP Client to provide motion and touch controlsfearlessTobi
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>