Browse Source

Reolve reorder warning

nce_cpp
FearlessTobi 5 years ago
parent
commit
708e015ffc
  1. 4
      src/yuzu/configuration/configure_motion_touch.h
  2. 2
      src/yuzu/configuration/configure_touch_from_button.ui

4
src/yuzu/configuration/configure_motion_touch.h

@ -70,6 +70,8 @@ private:
void ConnectEvents();
bool CanCloseDialog();
InputCommon::InputSubsystem* input_subsystem;
std::unique_ptr<Ui::ConfigureMotionTouch> ui;
// Coordinate system of the CemuhookUDP touch provider
@ -80,7 +82,5 @@ private:
bool udp_test_in_progress{};
InputCommon::InputSubsystem* input_subsystem;
std::vector<Settings::TouchFromButtonMap> touch_from_button_maps;
};

2
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
<customwidget>
<class>TouchScreenPreview</class>
<extends>QFrame</extends>
<header>citra_qt/configuration/configure_touch_widget.h</header>
<header>yuzu/configuration/configure_touch_widget.h</header>
<container>1</container>
</customwidget>
</customwidgets>

Loading…
Cancel
Save