summaryrefslogtreecommitdiff
path: root/src/input_common/udp/protocol.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* input/udp - Dont log on invalid packet receivedGravatar James Rowe2020-03-031-1/+0
|
* Address second part of review commentsGravatar FearlessTobi2020-01-231-6/+6
|
* Address review commentsGravatar FearlessTobi2020-01-231-2/+2
|
* Input: UDP Client to provide motion and touch controlsGravatar fearlessTobi2020-01-231-0/+79
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>