mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-21 09:21:08 +00:00
ANDROID: Ignore subdirectories of asset archives.
This commit is contained in:
parent
89d9a624d9
commit
c96b75e1f7
@ -461,7 +461,9 @@ int AndroidAssetArchive::listMembers(Common::ArchiveMemberList &member_list) con
|
||||
member_list.push_back(getMember(thispath));
|
||||
++count;
|
||||
} else {
|
||||
dirlist.push_back(thispath);
|
||||
// AssetManager is ridiculously slow and we don't care
|
||||
// about subdirectories at the moment, so ignore them.
|
||||
// dirlist.push_back(thispath);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user