mirror of
				https://git.suyu.dev/suyu/suyu.git
				synced 2025-10-31 14:56:40 +08:00 
			
		
		
		
	android: DIsable FPS counter by default
This commit is contained in:
		
							parent
							
								
									bfb4e3bcaa
								
							
						
					
					
						commit
						419daf770d
					
				| @ -52,7 +52,7 @@ object EmulationMenuSettings { | ||||
|                 .apply() | ||||
|         } | ||||
|     var showFps: Boolean | ||||
|         get() = preferences.getBoolean(Settings.PREF_MENU_SETTINGS_SHOW_FPS, true) | ||||
|         get() = preferences.getBoolean(Settings.PREF_MENU_SETTINGS_SHOW_FPS, false) | ||||
|         set(value) { | ||||
|             preferences.edit() | ||||
|                 .putBoolean(Settings.PREF_MENU_SETTINGS_SHOW_FPS, value) | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user