mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-10 15:58:17 -05:00
android: DIsable FPS counter by default
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user