mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 21:32:45 +00:00
Fixup debug FPS bug.
This commit is contained in:
parent
46177dbc40
commit
fbd2747122
@ -208,7 +208,7 @@ int menu_set_settings(unsigned setting, unsigned action)
|
||||
case RGUI_SETTINGS_DEBUG_TEXT:
|
||||
if (action == RGUI_ACTION_START)
|
||||
g_settings.fps_show = false;
|
||||
else if (action == RGUI_ACTION_LEFT || RGUI_ACTION_RIGHT)
|
||||
else if (action == RGUI_ACTION_LEFT || action == RGUI_ACTION_RIGHT)
|
||||
g_settings.fps_show = !g_settings.fps_show;
|
||||
break;
|
||||
case RGUI_SETTINGS_DISK_INDEX:
|
||||
|
Loading…
x
Reference in New Issue
Block a user