mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-26 03:35:26 +00:00
android: add SENSOR_REVERSE_LANDSCAPE as an option
This commit is contained in:
parent
0029ca84b0
commit
f0b2f51e1d
@ -435,11 +435,13 @@
|
||||
|
||||
<string-array name="orientationEntries">
|
||||
<item>Landscape</item>
|
||||
<item>Landscape (reverse)</item>
|
||||
<item>Portrait</item>
|
||||
<item>Auto</item>
|
||||
</string-array>
|
||||
<integer-array name="orientationValues">
|
||||
<item>0</item>
|
||||
<item>8</item>
|
||||
<item>1</item>
|
||||
<item>-1</item>
|
||||
</integer-array>
|
||||
|
Loading…
x
Reference in New Issue
Block a user