mirror of
https://github.com/libretro/RetroArch
synced 2025-01-31 06:32:48 +00:00
(Menu) Refactor MENU_SETTINGS_VIDEO_SOFTFILTER - use push_current_menu
This commit is contained in:
parent
45f4b0760c
commit
cc0846b454
@ -1164,6 +1164,7 @@ static unsigned menu_common_type_is(unsigned type)
|
|||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
static void menu_common_setting_push_current_menu(file_list_t *list, const char *path, unsigned type,
|
static void menu_common_setting_push_current_menu(file_list_t *list, const char *path, unsigned type,
|
||||||
size_t directory_ptr, unsigned action)
|
size_t directory_ptr, unsigned action)
|
||||||
{
|
{
|
||||||
@ -3268,9 +3269,10 @@ static int menu_common_setting_set(unsigned id, unsigned action, rarch_setting_t
|
|||||||
{
|
{
|
||||||
#if defined(HAVE_DYLIB)
|
#if defined(HAVE_DYLIB)
|
||||||
case MENU_ACTION_OK:
|
case MENU_ACTION_OK:
|
||||||
file_list_push(driver.menu->menu_stack, g_settings.video.filter_dir, "", id, driver.menu->selection_ptr);
|
menu_common_setting_push_current_menu(
|
||||||
menu_clear_navigation(driver.menu);
|
driver.menu->menu_stack,
|
||||||
driver.menu->need_refresh = true;
|
g_settings.video.filter_dir, id,
|
||||||
|
driver.menu->selection_ptr, action);
|
||||||
break;
|
break;
|
||||||
case MENU_ACTION_START:
|
case MENU_ACTION_START:
|
||||||
strlcpy(g_settings.video.filter_path, "", sizeof(g_settings.video.filter_path));
|
strlcpy(g_settings.video.filter_path, "", sizeof(g_settings.video.filter_path));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user