Add JKSM backup path

For those using Rosalina and JKSM :)
This commit is contained in:
sercho80 2017-09-15 07:34:22 +02:00 committed by GitHub
parent 387d9375c3
commit 5813ba7f44

View file

@ -39,6 +39,7 @@ namespace PKHeX.WinForms
Path.Combine(root, "TWLSaveTool"),
Path.Combine(root, "fbi", "save"),
Path.Combine(root, "gm9", "out"),
Path.Combine(root, "3ds", "data", "JKSM", "Saves"),
};
}