From c31b14b1b5c76c9742c2c5b391d2e80fa220f043 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sat, 12 Jul 2014 16:08:01 +0200 Subject: [PATCH] Move Drivers to Settings --- frontend/menu/backend/menu_common_backend.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/menu/backend/menu_common_backend.c b/frontend/menu/backend/menu_common_backend.c index 9d3057d75c..5b44916893 100644 --- a/frontend/menu/backend/menu_common_backend.c +++ b/frontend/menu/backend/menu_common_backend.c @@ -295,6 +295,7 @@ static void menu_common_entries_init(void *data, unsigned menu_type) break; case MENU_SETTINGS_OPTIONS: file_list_clear(menu->selection_buf); + file_list_push(menu->selection_buf, "Driver Options", MENU_SETTINGS_DRIVERS, 0); file_list_push(menu->selection_buf, "General Options", MENU_SETTINGS_GENERAL_OPTIONS, 0); file_list_push(menu->selection_buf, "Video Options", MENU_SETTINGS_VIDEO_OPTIONS, 0); #ifdef HAVE_SHADER_MANAGER @@ -482,7 +483,6 @@ static void menu_common_entries_init(void *data, unsigned menu_type) file_list_push(menu->selection_buf, "Core Options", MENU_SETTINGS_CORE_OPTIONS, 0); file_list_push(menu->selection_buf, "Core Information", MENU_SETTINGS_CORE_INFO, 0); file_list_push(menu->selection_buf, "Settings", MENU_SETTINGS_OPTIONS, 0); - file_list_push(menu->selection_buf, "Drivers", MENU_SETTINGS_DRIVERS, 0); if (g_extern.perfcnt_enable) file_list_push(menu->selection_buf, "Performance Counters", MENU_SETTINGS_PERFORMANCE_COUNTERS, 0);