mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-12 04:31:19 +00:00
Merge pull request #11070 from Ryunam/notification-font
Make Notification Font option visible when Graphics Widgets are enabled
This commit is contained in:
commit
53eee276c7
@ -7722,6 +7722,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…
x
Reference in New Issue
Block a user