summaryrefslogtreecommitdiff
path: root/src/input_common/udp/client.h
diff options
context:
space:
mode:
authorGravatar Ameer2020-06-21 12:36:28 -0400
committerGravatar Ameer2020-06-21 12:36:28 -0400
commit0248614add99c1df1bc7c9ff97091f678ff75aca (patch)
treee7a4a8e629039f940b4bef76e69d51ddbf2a0639 /src/input_common/udp/client.h
parentMerge pull request #4120 from lioncash/arb (diff)
downloadyuzu-0248614add99c1df1bc7c9ff97091f678ff75aca.tar.gz
yuzu-0248614add99c1df1bc7c9ff97091f678ff75aca.tar.xz
yuzu-0248614add99c1df1bc7c9ff97091f678ff75aca.zip
GC Adapter Implementation
Diffstat (limited to 'src/input_common/udp/client.h')
-rw-r--r--src/input_common/udp/client.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/input_common/udp/client.h b/src/input_common/udp/client.h
index b8c654755..b58e319b6 100644
--- a/src/input_common/udp/client.h
+++ b/src/input_common/udp/client.h
@@ -40,6 +40,7 @@ struct DeviceStatus {
40 u16 max_x{}; 40 u16 max_x{};
41 u16 max_y{}; 41 u16 max_y{};
42 }; 42 };
43
43 std::optional<CalibrationData> touch_calibration; 44 std::optional<CalibrationData> touch_calibration;
44}; 45};
45 46
@@ -72,6 +73,7 @@ public:
72 Stage1Completed, 73 Stage1Completed,
73 Completed, 74 Completed,
74 }; 75 };
76
75 /** 77 /**
76 * Constructs and starts the job with the specified parameter. 78 * Constructs and starts the job with the specified parameter.
77 * 79 *