Merge pull request #1454 from sora10pls/master

Add GodMode9 3DS backup path
This commit is contained in:
Kurt 2017-09-14 14:08:33 -07:00 committed by GitHub
commit 0c1527fd07

View file

@ -38,6 +38,7 @@ namespace PKHeX.WinForms
Path.Combine(root, "JKSV", "Saves"),
Path.Combine(root, "TWLSaveTool"),
Path.Combine(root, "fbi", "save"),
Path.Combine(root, "gm9", "out"),
};
}