| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | input_common: Rewrite udp client | 2021-11-24 | 1 | -183/+0 | |
| | | |||||
| * | input_common: Enable steam controllers and 8 player support | 2021-09-10 | 1 | -2/+0 | |
| | | |||||
| * | Use a single connection for UDP server, make connection test longer and ↵ | 2021-03-30 | 1 | -20/+24 | |
| | | | | | check all pads instead of only the first one | ||||
| * | inputCommon: Use an unique client id for each socket instance | 2021-03-01 | 1 | -3/+3 | |
| | | |||||
| * | udp/client: Define ClientData constructor/destructor in cpp file | 2021-02-09 | 1 | -0/+3 | |
| | | | | | | Prevents compilation errors on clang 12 due to incomplete types within a unique_ptr member. | ||||
| * | Add mutitouch support for touch screens | 2021-01-15 | 1 | -4/+4 | |
| | | |||||
| * | Allow to return up to 16 touch inputs per engine | 2021-01-15 | 1 | -5/+19 | |
| | | |||||
| * | Add multiple udp server support | 2020-11-25 | 1 | -16/+24 | |
| | | |||||
| * | udp/client: Take std::function by const reference with TestCommunication() | 2020-10-16 | 1 | -2/+2 | |
| | | | | | Avoids redundant copies. | ||||
| * | input_common/CMakeLists: Make some warnings errors | 2020-10-15 | 1 | -7/+7 | |
| | | | | | | Makes the input_common code warnings consistent with the rest of the codebase. | ||||
| * | Add cemu hook changes related to PR #4609 | 2020-09-04 | 1 | -7/+67 | |
| | | |||||
| * | Remove RealMotionDevice | 2020-09-04 | 1 | -1/+2 | |
| | | |||||
| * | input_common/udp: Remove unnecessary inclusions | 2020-02-03 | 1 | -1/+0 | |
| | | |||||
| * | Address second part of review comments | 2020-01-23 | 1 | -2/+2 | |
| | | |||||
| * | Address review comments | 2020-01-23 | 1 | -4/+4 | |
| | | |||||
| * | Input: UDP Client to provide motion and touch controls | 2020-01-23 | 1 | -0/+96 | |
| 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> | |||||