mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-05-27 16:22:14 -05:00
Add JKSM backup path
For those using Rosalina and JKSM :)
This commit is contained in:
parent
387d9375c3
commit
5813ba7f44
|
|
@ -39,6 +39,7 @@ public static string[] Get3DSBackupPaths(string root)
|
|||
Path.Combine(root, "TWLSaveTool"),
|
||||
Path.Combine(root, "fbi", "save"),
|
||||
Path.Combine(root, "gm9", "out"),
|
||||
Path.Combine(root, "3ds", "data", "JKSM", "Saves"),
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user