Browse Source
Merge pull request #1189 from FearlessTobi/fix-stick-directions
yuzu: Fix input UI direction order for the right stick
pull/15/merge
bunnei
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
src/yuzu/configuration/configure_input.ui
|
|
|
@ -472,7 +472,7 @@ Capture:</string> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
<item row="1" column="0"> |
|
|
|
<item row="0" column="0"> |
|
|
|
<layout class="QVBoxLayout" name="buttonRStickLeftVerticalLayout"> |
|
|
|
<item> |
|
|
|
<widget class="QLabel" name="labelRStickLeft"> |
|
|
|
@ -490,7 +490,7 @@ Capture:</string> |
|
|
|
</item> |
|
|
|
</layout> |
|
|
|
</item> |
|
|
|
<item row="0" column="0"> |
|
|
|
<item row="1" column="0"> |
|
|
|
<layout class="QVBoxLayout" name="buttonRStickUpVerticalLayout"> |
|
|
|
<item> |
|
|
|
<widget class="QLabel" name="labelRStickUp"> |
|
|
|
|