Skip to content

Releases: Xpl0itU/savemii

1.6.3

24 Aug 20:32
0f6c2bc
Compare
Choose a tag to compare

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

31 Mar 11:58
70e3b63
Compare
Choose a tag to compare

Changelog:

1.6.0

17 Mar 22:46
4e85856
Compare
Choose a tag to compare

Changelog:

  • Removed fatfs driver to prevent corruption (thanks @jan-hofmeier)

1.5.9

25 Jun 17:14
Compare
Choose a tag to compare

Changelog:

  • Fixed correct handling of slots and users when switching between slots

1.5.8

05 Feb 15:03
Compare
Choose a tag to compare

Changelog:

  • Added Portuguese language
  • Fixed German not showing in the options menu

1.5.7 - Uninitialized titles and German

26 Jan 17:10
Compare
Choose a tag to compare

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

21 Jan 15:42
Compare
Choose a tag to compare

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

17 Jan 14:31
Compare
Choose a tag to compare

Changelog:

  • Fixed hang when copying files

1.5.4 - Optimizations

08 Jan 18:02
Compare
Choose a tag to compare

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

03 Nov 15:27
Compare
Choose a tag to compare

Changelog:

  • Reintroduced fatfs, with improved performance and no corruptions
  • The progress indicator is back too