Add Checkpoint save detection

Adds support for Checkpoint save manager. Supports NDS and 3DS save data!
This commit is contained in:
Matt
2017-10-05 12:40:41 -04:00
committed by GitHub
parent 1a343ead85
commit f136c2b67c

View File

@@ -49,6 +49,7 @@ public static IEnumerable<string> Get3DSBackupPaths(string root)
yield return Path.Combine(root, "TWLSaveTool");
yield return Path.Combine(root, "fbi", "save");
yield return Path.Combine(root, "gm9", "out");
yield return Path.Combine(root, "3ds", "Checkpoint", "saves");
}
/// <summary>