mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-15 00:37:11 +00:00
parent
f0a2b83d85
commit
79e1d6b362
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@ namespace PKHeX
|
|||
return registryValue;
|
||||
}
|
||||
string path = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.Personal), "3DSSaveBank");
|
||||
if (Directory.Exists(GetRegistryBase()))
|
||||
Directory.CreateDirectory(path);
|
||||
return path;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue