diff options
| author | 2020-08-29 21:34:01 +0200 | |
|---|---|---|
| committer | 2020-08-29 22:06:47 +0200 | |
| commit | 0aa6ec42764756c8312da6faf5e67d85c3c28b2f (patch) | |
| tree | 7d72415c4c2eef76845f86b6d6bb28038494fe79 | |
| parent | Address review comments and fix code compilation (diff) | |
| download | yuzu-0aa6ec42764756c8312da6faf5e67d85c3c28b2f.tar.gz yuzu-0aa6ec42764756c8312da6faf5e67d85c3c28b2f.tar.xz yuzu-0aa6ec42764756c8312da6faf5e67d85c3c28b2f.zip | |
Reolve reorder warning
Diffstat (limited to '')
| -rw-r--r-- | src/yuzu/configuration/configure_motion_touch.h | 4 | ||||
| -rw-r--r-- | src/yuzu/configuration/configure_touch_from_button.ui | 2 |
2 files changed, 3 insertions, 3 deletions
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: | |||
| 70 | void ConnectEvents(); | 70 | void ConnectEvents(); |
| 71 | bool CanCloseDialog(); | 71 | bool CanCloseDialog(); |
| 72 | 72 | ||
| 73 | InputCommon::InputSubsystem* input_subsystem; | ||
| 74 | |||
| 73 | std::unique_ptr<Ui::ConfigureMotionTouch> ui; | 75 | std::unique_ptr<Ui::ConfigureMotionTouch> ui; |
| 74 | 76 | ||
| 75 | // Coordinate system of the CemuhookUDP touch provider | 77 | // Coordinate system of the CemuhookUDP touch provider |
| @@ -80,7 +82,5 @@ private: | |||
| 80 | 82 | ||
| 81 | bool udp_test_in_progress{}; | 83 | bool udp_test_in_progress{}; |
| 82 | 84 | ||
| 83 | InputCommon::InputSubsystem* input_subsystem; | ||
| 84 | |||
| 85 | std::vector<Settings::TouchFromButtonMap> touch_from_button_maps; | 85 | std::vector<Settings::TouchFromButtonMap> touch_from_button_maps; |
| 86 | }; | 86 | }; |
diff --git a/src/yuzu/configuration/configure_touch_from_button.ui b/src/yuzu/configuration/configure_touch_from_button.ui index d0598bdbd..f581e27e0 100644 --- a/src/yuzu/configuration/configure_touch_from_button.ui +++ b/src/yuzu/configuration/configure_touch_from_button.ui | |||
| @@ -205,7 +205,7 @@ Drag points to change position, or double-click table cells to edit values.</str | |||
| 205 | <customwidget> | 205 | <customwidget> |
| 206 | <class>TouchScreenPreview</class> | 206 | <class>TouchScreenPreview</class> |
| 207 | <extends>QFrame</extends> | 207 | <extends>QFrame</extends> |
| 208 | <header>citra_qt/configuration/configure_touch_widget.h</header> | 208 | <header>yuzu/configuration/configure_touch_widget.h</header> |
| 209 | <container>1</container> | 209 | <container>1</container> |
| 210 | </customwidget> | 210 | </customwidget> |
| 211 | </customwidgets> | 211 | </customwidgets> |