mirror of
https://github.com/AxioDL/nod.git
synced 2025-12-08 13:14:59 +00:00
Fixes to work with directory-blob dolphin branch
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user