mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-03 06:39:33 +00:00
android: add SENSOR_REVERSE_LANDSCAPE as an option
This commit is contained in:
parent
0029ca84b0
commit
f0b2f51e1d
1 changed files with 2 additions and 0 deletions
|
@ -435,11 +435,13 @@
|
||||||
|
|
||||||
<string-array name="orientationEntries">
|
<string-array name="orientationEntries">
|
||||||
<item>Landscape</item>
|
<item>Landscape</item>
|
||||||
|
<item>Landscape (reverse)</item>
|
||||||
<item>Portrait</item>
|
<item>Portrait</item>
|
||||||
<item>Auto</item>
|
<item>Auto</item>
|
||||||
</string-array>
|
</string-array>
|
||||||
<integer-array name="orientationValues">
|
<integer-array name="orientationValues">
|
||||||
<item>0</item>
|
<item>0</item>
|
||||||
|
<item>8</item>
|
||||||
<item>1</item>
|
<item>1</item>
|
||||||
<item>-1</item>
|
<item>-1</item>
|
||||||
</integer-array>
|
</integer-array>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue