Add GodMode9 3DS backup path

This commit is contained in:
sora10pls
2017-09-14 16:41:35 -04:00
parent d286fe9731
commit 4f28e5cabc

View File

@@ -38,6 +38,7 @@ public static string[] Get3DSBackupPaths(string root)
Path.Combine(root, "JKSV", "Saves"),
Path.Combine(root, "TWLSaveTool"),
Path.Combine(root, "fbi", "save"),
Path.Combine(root, "gm9", "out"),
};
}