android: Update layout indexes (#6673)
This commit is contained in:
parent
1cb34ea0d3
commit
b738584832
1 changed files with 2 additions and 2 deletions
|
@ -13,8 +13,8 @@ public class EmulationMenuSettings {
|
|||
public static final int LayoutOption_SingleScreen = 1;
|
||||
public static final int LayoutOption_LargeScreen = 2;
|
||||
public static final int LayoutOption_SideScreen = 3;
|
||||
public static final int LayoutOption_MobilePortrait = 4;
|
||||
public static final int LayoutOption_MobileLandscape = 5;
|
||||
public static final int LayoutOption_MobilePortrait = 5;
|
||||
public static final int LayoutOption_MobileLandscape = 6;
|
||||
|
||||
public static boolean getJoystickRelCenter() {
|
||||
return mPreferences.getBoolean("EmulationMenuSettings_JoystickRelCenter", true);
|
||||
|
|
Loading…
Reference in a new issue