mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-23 04:23:12 +00:00
Add JKSM backup path
For those using Rosalina and JKSM :)
This commit is contained in:
parent
387d9375c3
commit
5813ba7f44
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@ namespace PKHeX.WinForms
|
||||||
Path.Combine(root, "TWLSaveTool"),
|
Path.Combine(root, "TWLSaveTool"),
|
||||||
Path.Combine(root, "fbi", "save"),
|
Path.Combine(root, "fbi", "save"),
|
||||||
Path.Combine(root, "gm9", "out"),
|
Path.Combine(root, "gm9", "out"),
|
||||||
|
Path.Combine(root, "3ds", "data", "JKSM", "Saves"),
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue