Add 'Use builtin player' to file browser settings

This commit is contained in:
twinaphex 2017-05-27 22:39:52 +02:00
parent a379b71d42
commit 63638ee571

View File

@ -4945,7 +4945,9 @@ bool menu_displaylist_ctl(enum menu_displaylist_ctl_state type, void *data)
menu_displaylist_parse_settings_enum(menu, info,
MENU_ENUM_LABEL_NAVIGATION_BROWSER_FILTER_SUPPORTED_EXTENSIONS_ENABLE,
PARSE_ONLY_BOOL, false);
menu_displaylist_parse_settings_enum(menu, info,
MENU_ENUM_LABEL_USE_BUILTIN_PLAYER,
PARSE_ONLY_BOOL, false);
info->need_refresh = true;
info->need_push = true;
break;