mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 06:44:27 +00:00
fix some OSD settings
This commit is contained in:
parent
250f7e5b27
commit
3e85f40563
@ -577,6 +577,9 @@ static const bool framecount_show = false;
|
|||||||
/* Includes displaying the current memory usage/total with FPS/Frames. */
|
/* Includes displaying the current memory usage/total with FPS/Frames. */
|
||||||
static const bool memory_show = false;
|
static const bool memory_show = false;
|
||||||
|
|
||||||
|
/* Enables displaying various timing statistics. */
|
||||||
|
static const bool statistics_show = false;
|
||||||
|
|
||||||
/* Enables use of rewind. This will incur some memory footprint
|
/* Enables use of rewind. This will incur some memory footprint
|
||||||
* depending on the save state buffer. */
|
* depending on the save state buffer. */
|
||||||
static const bool rewind_enable = false;
|
static const bool rewind_enable = false;
|
||||||
|
@ -5412,7 +5412,7 @@ static bool setting_append_list(
|
|||||||
&settings->bools.video_statistics_show,
|
&settings->bools.video_statistics_show,
|
||||||
MENU_ENUM_LABEL_STATISTICS_SHOW,
|
MENU_ENUM_LABEL_STATISTICS_SHOW,
|
||||||
MENU_ENUM_LABEL_VALUE_STATISTICS_SHOW,
|
MENU_ENUM_LABEL_VALUE_STATISTICS_SHOW,
|
||||||
fps_show,
|
statistics_show,
|
||||||
MENU_ENUM_LABEL_VALUE_OFF,
|
MENU_ENUM_LABEL_VALUE_OFF,
|
||||||
MENU_ENUM_LABEL_VALUE_ON,
|
MENU_ENUM_LABEL_VALUE_ON,
|
||||||
&group_info,
|
&group_info,
|
||||||
@ -5427,7 +5427,7 @@ static bool setting_append_list(
|
|||||||
&settings->bools.video_framecount_show,
|
&settings->bools.video_framecount_show,
|
||||||
MENU_ENUM_LABEL_FRAMECOUNT_SHOW,
|
MENU_ENUM_LABEL_FRAMECOUNT_SHOW,
|
||||||
MENU_ENUM_LABEL_VALUE_FRAMECOUNT_SHOW,
|
MENU_ENUM_LABEL_VALUE_FRAMECOUNT_SHOW,
|
||||||
fps_show,
|
framecount_show,
|
||||||
MENU_ENUM_LABEL_VALUE_OFF,
|
MENU_ENUM_LABEL_VALUE_OFF,
|
||||||
MENU_ENUM_LABEL_VALUE_ON,
|
MENU_ENUM_LABEL_VALUE_ON,
|
||||||
&group_info,
|
&group_info,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user