mirror of
https://github.com/Dark98/threeSD.git
synced 2026-07-03 00:38:58 +00:00
Correctly load seeds
This commit is contained in:
@@ -48,6 +48,10 @@ bool SDMCImporter::Init() {
|
||||
return false;
|
||||
}
|
||||
|
||||
if (!config.seed_db_path.empty()) {
|
||||
Seeds::Load(config.seed_db_path);
|
||||
}
|
||||
|
||||
decryptor = std::make_unique<SDMCDecryptor>(config.sdmc_path);
|
||||
|
||||
FileUtil::SetUserPath(config.user_path);
|
||||
|
||||
Reference in New Issue
Block a user