Add this back to Main Menu in case HAVE_FFMPEG is not defined
This commit is contained in:
parent
5beb759865
commit
ee742bdb0a
|
@ -3224,6 +3224,11 @@ static int xmb_list_push(void *data, void *userdata,
|
||||||
menu_displaylist_ctl(DISPLAYLIST_SETTING_ENUM, &entry);
|
menu_displaylist_ctl(DISPLAYLIST_SETTING_ENUM, &entry);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifndef HAVE_FFMPEG
|
||||||
|
entry.enum_idx = MENU_ENUM_LABEL_START_VIDEO_PROCESSOR;
|
||||||
|
menu_displaylist_ctl(DISPLAYLIST_SETTING_ENUM, &entry);
|
||||||
|
#endif
|
||||||
|
|
||||||
entry.enum_idx = MENU_ENUM_LABEL_START_NET_RETROPAD;
|
entry.enum_idx = MENU_ENUM_LABEL_START_NET_RETROPAD;
|
||||||
menu_displaylist_ctl(DISPLAYLIST_SETTING_ENUM, &entry);
|
menu_displaylist_ctl(DISPLAYLIST_SETTING_ENUM, &entry);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue