Savegame manager for the Nintendo Wii U
Go to file
jakobkg 6d5cbf9af5 Simplified the controller functions
The three functions related to updating the arrays of buttons tates are now a single function, updateButtons.

The three functions isPressed(), isHeld(), and isReleased() have been merged into a single function, checkButton() which takes parameters for which button to check and what state or event (PRESS, HOLD, RELEASE) to check for.
2018-03-02 20:09:33 +01:00
libxml2 Merge GabyPCgeeK's fork. Fix #1 and fix #2 2017-08-29 01:59:21 -03:00
meta Merge GabyPCgeeK's fork. Fix #1 and fix #2 2017-08-29 01:59:21 -03:00
src Simplified the controller functions 2018-03-02 20:09:33 +01:00
.gitignore Add .gitignore 2017-04-07 00:14:38 -03:00
LICENSE Create LICENSE 2017-09-23 05:37:46 -03:00
Makefile Merge GabyPCgeeK's fork. Fix #1 and fix #2 2017-08-29 01:59:21 -03:00
README.md Update README.md 2017-09-23 05:30:58 -03:00
TGAReader_LICENSE Merge GabyPCgeeK's fork. Fix #1 and fix #2 2017-08-29 01:59:21 -03:00

SaveMii

WiiU/vWii Save Manager

You need to boot into CFW first in order for this homebrew to work.

Not extensively tested on CBHC. Not tested in normal haxchi.

This homebrew allows you to backup your Wii U and vWii savegames to the SD card and also restore them. Up to 256 backups can be made per title. Backups are stored in sd:/wiiu/backups.

For sorting titles press R to change sorting method and press L to change between descending and ascending.

Use it at your own risk and please report any issues that may occur.

Dependencies:

TODO:

  • installable package

Credits:

  • Bruno Vinicius, for the icon
  • dimok, for libiosuhax and libfat for Wii U
  • rw-r-r-0644, for lib_easy
  • GabyPCgeeK, for a lot of fixes and additions and for helping maintaining the app.