From 0aa6ec42764756c8312da6faf5e67d85c3c28b2f Mon Sep 17 00:00:00 2001 From: FearlessTobi Date: Sat, 29 Aug 2020 21:34:01 +0200 Subject: Reolve reorder warning --- src/yuzu/configuration/configure_motion_touch.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/yuzu/configuration/configure_motion_touch.h') diff --git a/src/yuzu/configuration/configure_motion_touch.h b/src/yuzu/configuration/configure_motion_touch.h index 2a7cdfed7..0fafb3aed 100644 --- a/src/yuzu/configuration/configure_motion_touch.h +++ b/src/yuzu/configuration/configure_motion_touch.h @@ -70,6 +70,8 @@ private: void ConnectEvents(); bool CanCloseDialog(); + InputCommon::InputSubsystem* input_subsystem; + std::unique_ptr ui; // Coordinate system of the CemuhookUDP touch provider @@ -80,7 +82,5 @@ private: bool udp_test_in_progress{}; - InputCommon::InputSubsystem* input_subsystem; - std::vector touch_from_button_maps; }; -- cgit v1.2.3