summaryrefslogtreecommitdiff
path: root/src/input_common/udp/udp.cpp
AgeCommit message (Collapse)Author
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>