diff options
Diffstat (limited to 'src')
| -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> |