mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
(RMenu/RGUI) Rename 'Debug Info Messages' to 'Show Framerate'
This commit is contained in:
parent
285c881198
commit
3a83c7711b
@ -241,7 +241,7 @@ static void rgui_settings_options_populate_entries(rgui_handle_t *rgui)
|
||||
#if defined(HAVE_THREADS) && !defined(RARCH_CONSOLE)
|
||||
rgui_list_push(rgui->selection_buf, "SRAM Autosave", RGUI_SETTINGS_SRAM_AUTOSAVE, 0);
|
||||
#endif
|
||||
rgui_list_push(rgui->selection_buf, "Debug Info Messages", RGUI_SETTINGS_DEBUG_TEXT, 0);
|
||||
rgui_list_push(rgui->selection_buf, "Show Framerate", RGUI_SETTINGS_DEBUG_TEXT, 0);
|
||||
}
|
||||
|
||||
static void rgui_settings_populate_entries(rgui_handle_t *rgui)
|
||||
|
@ -369,7 +369,7 @@ static void render_text(void *data)
|
||||
break;
|
||||
#endif
|
||||
case SETTING_EMU_SHOW_DEBUG_INFO_MSG:
|
||||
strlcpy(text, "Debug Info Messages", sizeof(text));
|
||||
strlcpy(text, "Show Framerate", sizeof(text));
|
||||
snprintf(setting_text, sizeof(setting_text), (g_extern.lifecycle_mode_state & (1ULL << MODE_FPS_DRAW)) ? "ON" : "OFF");
|
||||
break;
|
||||
case SETTING_EMU_SHOW_INFO_MSG:
|
||||
|
Loading…
x
Reference in New Issue
Block a user