mirror of
https://github.com/libretro/RetroArch
synced 2025-02-01 00:32:46 +00:00
Merge pull request #11084 from hhromic/add-font-size
(Menu/DisplayList) Make notification font size option visible when graphics widgets are enabled
This commit is contained in:
commit
7a07d4977f
@ -7722,11 +7722,11 @@ unsigned menu_displaylist_build_list(
|
||||
#endif
|
||||
#endif
|
||||
case MENU_ENUM_LABEL_VIDEO_FONT_PATH:
|
||||
case MENU_ENUM_LABEL_VIDEO_FONT_SIZE:
|
||||
if (video_font_enable ||
|
||||
(widgets_supported && menu_enable_widgets))
|
||||
build_list[i].checked = true;
|
||||
break;
|
||||
case MENU_ENUM_LABEL_VIDEO_FONT_SIZE:
|
||||
case MENU_ENUM_LABEL_VIDEO_MESSAGE_POS_X:
|
||||
case MENU_ENUM_LABEL_VIDEO_MESSAGE_POS_Y:
|
||||
case MENU_ENUM_LABEL_VIDEO_MESSAGE_COLOR_RED:
|
||||
|
Loading…
x
Reference in New Issue
Block a user