mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-24 04:53:08 +00:00
parent
5da06535d9
commit
9831693a70
1 changed files with 4 additions and 0 deletions
|
@ -204,6 +204,10 @@ namespace PKHeX
|
|||
if (path3DS != null && Directory.Exists(path = Path.Combine(path3DS, "TWLSaveTool")))
|
||||
possiblePaths.AddRange(getSavesFromFolder(path, false));
|
||||
|
||||
// FBI
|
||||
if (path3DS != null && Directory.Exists(path = Path.Combine(path3DS, "fbi", "save")))
|
||||
possiblePaths.AddRange(getSavesFromFolder(path, false));
|
||||
|
||||
// CyberGadget (Cache)
|
||||
string pathCache = Util.GetCacheFolder();
|
||||
if (Directory.Exists(pathCache))
|
||||
|
|
Loading…
Reference in a new issue