mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 00:20:01 +00:00
Make Notification Font visible when Widgets are enabled
This commit is contained in:
parent
bf542c22d0
commit
ee8317a8e4
@ -7502,6 +7502,10 @@ unsigned menu_displaylist_build_list(
|
||||
#endif
|
||||
#endif
|
||||
case MENU_ENUM_LABEL_VIDEO_FONT_PATH:
|
||||
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:
|
||||
|
Loading…
Reference in New Issue
Block a user