support for 360Udisk

This commit is contained in:
longpanda
2021-01-16 23:30:12 +08:00
parent 807d313cd5
commit 13b2192a59
35 changed files with 1218 additions and 6 deletions

View File

@@ -735,6 +735,8 @@ grub_iso9660_iterate_dir (grub_fshelp_node_t dir,
{
if ((dirent.flags & FLAG_TYPE) == FLAG_TYPE_DIR)
ctx.type = GRUB_FSHELP_DIR;
else if ((dirent.flags & FLAG_TYPE) == 3)
ctx.type = GRUB_FSHELP_DIR;
else
ctx.type = GRUB_FSHELP_REG;
}