mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 13:50:03 +00:00 
			
		
		
		
	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_SingleScreen = 1; | ||||||
|     public static final int LayoutOption_LargeScreen = 2; |     public static final int LayoutOption_LargeScreen = 2; | ||||||
|     public static final int LayoutOption_SideScreen = 3; |     public static final int LayoutOption_SideScreen = 3; | ||||||
|     public static final int LayoutOption_MobilePortrait = 4; |     public static final int LayoutOption_MobilePortrait = 5; | ||||||
|     public static final int LayoutOption_MobileLandscape = 5; |     public static final int LayoutOption_MobileLandscape = 6; | ||||||
| 
 | 
 | ||||||
|     public static boolean getJoystickRelCenter() { |     public static boolean getJoystickRelCenter() { | ||||||
|         return mPreferences.getBoolean("EmulationMenuSettings_JoystickRelCenter", true); |         return mPreferences.getBoolean("EmulationMenuSettings_JoystickRelCenter", true); | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue