mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 13:14:04 +00:00
Cleanups
This commit is contained in:
parent
6b4d4447b2
commit
15142be8ee
@ -265,12 +265,6 @@ void filebrowser_parse(void *data, unsigned type_data)
|
||||
MENU_SETTING_NO_ITEM, 0, 0);
|
||||
}
|
||||
|
||||
/* We don't want to show 'filter by extension' for this. */
|
||||
if (filebrowser_types == FILEBROWSER_SELECT_DIR)
|
||||
goto end;
|
||||
if (filebrowser_types == FILEBROWSER_SCAN_DIR)
|
||||
goto end;
|
||||
|
||||
end:
|
||||
menu_entries_prepend(info->list,
|
||||
msg_hash_to_str(MENU_ENUM_LABEL_VALUE_PARENT_DIRECTORY),
|
||||
|
Loading…
x
Reference in New Issue
Block a user