Microsoft and their zip library can get bent

This commit is contained in:
Moritz Bender 2021-03-31 23:36:09 +02:00 committed by GitHub
parent 53b3dccb12
commit 2a09345a7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ namespace BizHawk.Client.Common
name = name.Substring(0, i);
}
_entriesByName.Add(name, z);
_entriesByName.Add(name.Replace('\\', '/'), z);
}
}