Browse Source

Merge pull request #1189 from FearlessTobi/fix-stick-directions

yuzu: Fix input UI direction order for the right stick
nce_cpp
bunnei 7 years ago
committed by GitHub
parent
commit
e0ee49217d
  1. 4
      src/yuzu/configuration/configure_input.ui

4
src/yuzu/configuration/configure_input.ui

@ -472,7 +472,7 @@ Capture:</string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="1" column="0">
<item row="0" column="0">
<layout class="QVBoxLayout" name="buttonRStickLeftVerticalLayout"> <layout class="QVBoxLayout" name="buttonRStickLeftVerticalLayout">
<item> <item>
<widget class="QLabel" name="labelRStickLeft"> <widget class="QLabel" name="labelRStickLeft">
@ -490,7 +490,7 @@ Capture:</string>
</item> </item>
</layout> </layout>
</item> </item>
<item row="0" column="0">
<item row="1" column="0">
<layout class="QVBoxLayout" name="buttonRStickUpVerticalLayout"> <layout class="QVBoxLayout" name="buttonRStickUpVerticalLayout">
<item> <item>
<widget class="QLabel" name="labelRStickUp"> <widget class="QLabel" name="labelRStickUp">

Loading…
Cancel
Save