summaryrefslogtreecommitdiff
path: root/src/input_common/udp/client.h
diff options
context:
space:
mode:
authorGravatar german2020-09-02 19:59:34 -0500
committerGravatar german2020-09-04 21:48:13 -0500
commit0774b17846fc7bd12bfe329fbaed6524d96c81cb (patch)
tree66322913f15800647404a33051d99454546eaa11 /src/input_common/udp/client.h
parentconfigure_input_player: Show/hide motion buttons based on the controller (diff)
downloadyuzu-0774b17846fc7bd12bfe329fbaed6524d96c81cb.tar.gz
yuzu-0774b17846fc7bd12bfe329fbaed6524d96c81cb.tar.xz
yuzu-0774b17846fc7bd12bfe329fbaed6524d96c81cb.zip
Remove RealMotionDevice
Diffstat (limited to 'src/input_common/udp/client.h')
-rw-r--r--src/input_common/udp/client.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/input_common/udp/client.h b/src/input_common/udp/client.h
index b8c654755..a73283ae8 100644
--- a/src/input_common/udp/client.h
+++ b/src/input_common/udp/client.h
@@ -14,6 +14,7 @@
14#include "common/common_types.h" 14#include "common/common_types.h"
15#include "common/thread.h" 15#include "common/thread.h"
16#include "common/vector_math.h" 16#include "common/vector_math.h"
17#include "core/frontend/input.h"
17 18
18namespace InputCommon::CemuhookUDP { 19namespace InputCommon::CemuhookUDP {
19 20
@@ -30,7 +31,7 @@ struct Version;
30 31
31struct DeviceStatus { 32struct DeviceStatus {
32 std::mutex update_mutex; 33 std::mutex update_mutex;
33 std::tuple<Common::Vec3<float>, Common::Vec3<float>> motion_status; 34 Input::MotionStatus motion_status;
34 std::tuple<float, float, bool> touch_status; 35 std::tuple<float, float, bool> touch_status;
35 36
36 // calibration data for scaling the device's touch area to 3ds 37 // calibration data for scaling the device's touch area to 3ds