From 3ff191a3c17348e05eb9ffc6ed12df86b4b74adf Mon Sep 17 00:00:00 2001 From: sergiobenrocha2 Date: Sun, 28 Aug 2016 22:28:55 -0300 Subject: [PATCH] Moved down this Start Video Processor. --- menu/drivers/xmb.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/menu/drivers/xmb.c b/menu/drivers/xmb.c index f789b989f1..cff74a52f7 100644 --- a/menu/drivers/xmb.c +++ b/menu/drivers/xmb.c @@ -3327,9 +3327,6 @@ static int xmb_list_push(void *data, void *userdata, menu_displaylist_ctl(DISPLAYLIST_SETTING_ENUM, &entry); } - entry.enum_idx = MENU_ENUM_LABEL_START_VIDEO_PROCESSOR; - menu_displaylist_ctl(DISPLAYLIST_SETTING_ENUM, &entry); - #ifndef HAVE_DYNAMIC if (frontend_driver_has_fork()) #endif @@ -3368,6 +3365,9 @@ static int xmb_list_push(void *data, void *userdata, entry.enum_idx = MENU_ENUM_LABEL_SAVE_NEW_CONFIG; menu_displaylist_ctl(DISPLAYLIST_SETTING_ENUM, &entry); + entry.enum_idx = MENU_ENUM_LABEL_START_VIDEO_PROCESSOR; + menu_displaylist_ctl(DISPLAYLIST_SETTING_ENUM, &entry); + entry.enum_idx = MENU_ENUM_LABEL_START_NET_RETROPAD; menu_displaylist_ctl(DISPLAYLIST_SETTING_ENUM, &entry);