@@ -151,6 +151,7 @@ GENERIC_DEFERRED_PUSH(deferred_push_input_overlay, DISPLAYLIST_
151151GENERIC_DEFERRED_PUSH (deferred_push_input_osk_overlay , DISPLAYLIST_OSK_OVERLAYS )
152152GENERIC_DEFERRED_PUSH (deferred_push_video_font_path , DISPLAYLIST_VIDEO_FONTS )
153153GENERIC_DEFERRED_PUSH (deferred_push_xmb_font_path , DISPLAYLIST_FONTS )
154+ GENERIC_DEFERRED_PUSH (deferred_push_ozone_font_path , DISPLAYLIST_FONTS )
154155GENERIC_DEFERRED_PUSH (deferred_push_content_history_path , DISPLAYLIST_CONTENT_HISTORY )
155156GENERIC_DEFERRED_PUSH (deferred_push_disc_information , DISPLAYLIST_DISC_INFO )
156157GENERIC_DEFERRED_PUSH (deferred_push_system_information , DISPLAYLIST_SYSTEM_INFO )
@@ -887,6 +888,7 @@ static int menu_cbs_init_bind_deferred_push_compare_label(
887888 {MENU_ENUM_LABEL_INPUT_OSK_OVERLAY , deferred_push_input_osk_overlay },
888889 {MENU_ENUM_LABEL_VIDEO_FONT_PATH , deferred_push_video_font_path },
889890 {MENU_ENUM_LABEL_XMB_FONT , deferred_push_xmb_font_path },
891+ {MENU_ENUM_LABEL_OZONE_FONT , deferred_push_ozone_font_path },
890892 {MENU_ENUM_LABEL_CHEAT_FILE_LOAD , deferred_push_cheat_file_load },
891893 {MENU_ENUM_LABEL_CHEAT_FILE_LOAD_APPEND , deferred_push_cheat_file_load_append },
892894 {MENU_ENUM_LABEL_REMAP_FILE_LOAD , deferred_push_remap_file_load },
@@ -1253,6 +1255,9 @@ static int menu_cbs_init_bind_deferred_push_compare_label(
12531255 case MENU_ENUM_LABEL_XMB_FONT :
12541256 BIND_ACTION_DEFERRED_PUSH (cbs , deferred_push_xmb_font_path );
12551257 break ;
1258+ case MENU_ENUM_LABEL_OZONE_FONT :
1259+ BIND_ACTION_DEFERRED_PUSH (cbs , deferred_push_ozone_font_path );
1260+ break ;
12561261 case MENU_ENUM_LABEL_CONTENT_HISTORY_PATH :
12571262 BIND_ACTION_DEFERRED_PUSH (cbs , deferred_push_content_history_path );
12581263 break ;
0 commit comments