mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
Frame count should be OFF by default.
This commit is contained in:
parent
646b24c9fc
commit
a617f0d436
@ -1317,7 +1317,7 @@ static struct config_bool_setting *populate_settings_bool(settings_t *settings,
|
||||
SETTING_BOOL("builtin_imageviewer_enable", &settings->bools.multimedia_builtin_imageviewer_enable, true, true, false);
|
||||
SETTING_BOOL("fps_show", &settings->bools.video_fps_show, true, false, false);
|
||||
SETTING_BOOL("statistics_show", &settings->bools.video_statistics_show, true, false, false);
|
||||
SETTING_BOOL("framecount_show", &settings->bools.video_framecount_show, true, true, false);
|
||||
SETTING_BOOL("framecount_show", &settings->bools.video_framecount_show, true, false, false);
|
||||
SETTING_BOOL("memory_show", &settings->bools.video_memory_show, true, false, false);
|
||||
SETTING_BOOL("ui_menubar_enable", &settings->bools.ui_menubar_enable, true, true, false);
|
||||
SETTING_BOOL("suspend_screensaver_enable", &settings->bools.ui_suspend_screensaver_enable, true, true, false);
|
||||
|
Loading…
x
Reference in New Issue
Block a user