summaryrefslogtreecommitdiffstats
path: root/src/input_common/udp/protocol.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-02-03input_common/udp: Remove unnecessary inclusionsLioncash1-1/+0
2020-01-23Address review commentsFearlessTobi1-47/+54
2020-01-23Input: UDP Client to provide motion and touch controlsfearlessTobi1-0/+249
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>