From dfd33a8f3ff293d949787b96b2b2b73b846ab8fb Mon Sep 17 00:00:00 2001 From: Themaister Date: Mon, 26 May 2014 16:09:19 +0200 Subject: [PATCH] Rename Video Filter Directory. Overflowed RGUI. --- 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 3dda31580f..c6cac0d682 100644 --- a/frontend/menu/backend/menu_common_backend.c +++ b/frontend/menu/backend/menu_common_backend.c @@ -305,7 +305,7 @@ static void menu_common_entries_init(void *data, unsigned menu_type) file_list_push(rgui->selection_buf, "Core Directory", RGUI_LIBRETRO_DIR_PATH, 0); file_list_push(rgui->selection_buf, "Core Info Directory", RGUI_LIBRETRO_INFO_DIR_PATH, 0); #ifdef HAVE_DYLIB - file_list_push(rgui->selection_buf, "Video Filter Directory", RGUI_FILTER_DIR_PATH, 0); + file_list_push(rgui->selection_buf, "Soft Filter Directory", RGUI_FILTER_DIR_PATH, 0); file_list_push(rgui->selection_buf, "DSP Filter Directory", RGUI_DSP_FILTER_DIR_PATH, 0); #endif #ifdef HAVE_SHADER_MANAGER