mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-30 05:34:00 +00:00
ZVISION: Make ZFS Archive member name indexing case-insensitive
This commit is contained in:
parent
9740087441
commit
86b3dfa221
@ -52,7 +52,7 @@ struct ZfsEntryHeader {
|
||||
uint32 unknown;
|
||||
};
|
||||
|
||||
typedef Common::HashMap<Common::String, ZfsEntryHeader*> ZfsEntryHeaderMap;
|
||||
typedef Common::HashMap<Common::String, ZfsEntryHeader*, Common::IgnoreCase_Hash, Common::IgnoreCase_EqualTo> ZfsEntryHeaderMap;
|
||||
|
||||
class ZfsArchive : public Common::Archive {
|
||||
public:
|
||||
|
Loading…
Reference in New Issue
Block a user