From 11641645b2d9c9ca1b03bdbbcb74d427b2c86305 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Fri, 26 May 2017 16:34:34 +0200 Subject: [PATCH] (platform_linux.c) Change these entries to FILE_TYPE_DIRECTORY --- frontend/drivers/platform_linux.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/drivers/platform_linux.c b/frontend/drivers/platform_linux.c index 295e98893e..bd15721c25 100644 --- a/frontend/drivers/platform_linux.c +++ b/frontend/drivers/platform_linux.c @@ -1980,7 +1980,7 @@ static int frontend_linux_parse_drive_list(void *data, bool load_content) app_dir, msg_hash_to_str(MSG_APPLICATION_DIR), enum_idx, - MENU_SETTING_ACTION, 0, 0); + FILE_TYPE_DIRECTORY, 0, 0); } if (!string_is_empty(internal_storage_app_path)) { @@ -1988,7 +1988,7 @@ static int frontend_linux_parse_drive_list(void *data, bool load_content) internal_storage_app_path, msg_hash_to_str(MSG_EXTERNAL_APPLICATION_DIR), enum_idx, - MENU_SETTING_ACTION, 0, 0); + FILE_TYPE_DIRECTORY, 0, 0); } if (!string_is_empty(internal_storage_path)) { @@ -1996,7 +1996,7 @@ static int frontend_linux_parse_drive_list(void *data, bool load_content) internal_storage_path, msg_hash_to_str(MSG_INTERNAL_STORAGE), enum_idx, - MENU_SETTING_ACTION, 0, 0); + FILE_TYPE_DIRECTORY, 0, 0); } else { @@ -2004,13 +2004,13 @@ static int frontend_linux_parse_drive_list(void *data, bool load_content) "/storage/emulated/0", msg_hash_to_str(MSG_REMOVABLE_STORAGE), enum_idx, - MENU_SETTING_ACTION, 0, 0); + FILE_TYPE_DIRECTORY, 0, 0); } menu_entries_append_enum(list, "/storage", msg_hash_to_str(MSG_REMOVABLE_STORAGE), enum_idx, - MENU_SETTING_ACTION, 0, 0); + FILE_TYPE_DIRECTORY, 0, 0); #endif menu_entries_append_enum(list, "/",