summaryrefslogtreecommitdiffstats
path: root/src/input_common/udp/udp.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add cemu hook changes related to PR #4609german2020-09-051-18/+43
|
* Address feedbackMorph2020-08-261-1/+1
|
* Project Mjölnir: Part 1Morph2020-08-261-0/+7
| | | | | Co-authored-by: James Rowe <jroweboy@gmail.com> Co-authored-by: Its-Rei <kupfel@gmail.com>
* input_common/udp: Remove unnecessary inclusionsLioncash2020-02-031-5/+1
|
* input_common/udp: Add missing header guardLioncash2020-02-031-0/+2
|
* Input: UDP Client to provide motion and touch controlsfearlessTobi2020-01-231-0/+27
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>