Releases: Xpl0itU/savemii
Releases Β· Xpl0itU/savemii
1.6.3
Changelog:
- Enhancements (by @w3irDv):
- Restore can now use batch saves: Press X from the Restore Menu and then select the "backupSet" to be used from then on.
- Batch saves from NAND and USB use different slot to avoid being overwritten. For duplicated ones, USB data will always be in slot 0.
- Fixes (by @w3irDv):
- Freezes when initializing (one of the "crash when USB storage attached" problems)
- Freezes when exiting in Aroma.
- Timestamp for saves returns for new backups
- Common save not found for some games
- Differents bugs in backup/restore/wipe tasks when using "from/to a different user" or "common save yes/no" options.
- copySaveData not working when allUsers option is set
1.6.1
Changelog:
- Fixed save backup path (thanks @jan-hofmeier)
1.6.0
Changelog:
- Removed fatfs driver to prevent corruption (thanks @jan-hofmeier)
1.5.9
1.5.8
1.5.7 - Uninitialized titles and German
Changelog:
- Fixed uninitialized titles not showing up on the Title List
- Previously, when restoring to an uninitialized title, it would either fail or not be able to delete it from system settings after restoring, that has been fixed (thanks to @GabyPCgeeK for telling me how to fix it)
- Added German translation (thanks to @Kugane)
1.5.6 - Complete rewrite of SaveMii
Changelog:
- Completely rewrote SaveMii to make it easy to add new functions in the future and to make a more readable code
- Fixed the screen not redrawing the whole time when copying files
1.5.5 - Fix hang
Changelog:
- Fixed hang when copying files
1.5.4 - Optimizations
Changelog:
- Switched to libschrift for font rendering instead of freetype, saving some memory and storage, and hopefully speeding up rendering
- Code for rendering to screen has been rewritten
1.5.3 - Fatfs is back
Changelog:
- Reintroduced fatfs, with improved performance and no corruptions
- The progress indicator is back too