Fixes to work with directory-blob dolphin branch

This commit is contained in:
Jack Andersen
2017-07-01 21:16:09 -10:00
parent 6454d68abc
commit 8bdbcf0c90
3 changed files with 11 additions and 11 deletions

View File

@@ -180,7 +180,7 @@ bool DiscBase::IPartition::extractToDirectory(const SystemString& path,
return false;
/* Extract Crypto Files */
if (!extractCryptoFiles(path, ctx))
if (!extractCryptoFiles(basePath, ctx))
return false;
/* Extract Apploader */