
* Adopted libogc's latest changes to card.c, no longer needs system.h. * Merged carstene1ns changes to compile with latest libraries * Fixed bug in libogc's card.c preventing to correctly write from block 1024 onwards in 2048 block cards (right now needs modified libogc to compile and work, since we aren't using our own card.c/h anymore). * Reworked raw restore/read functions (they hopefully work correctly now for all memory cards) * RAW read/restore functions use a lot less memory (lead to problems in recent builds with 2048 block memory card) * Merged DacoTaco's changes to make GCMM compatible with libogc 2.3.1, not needing to have a local copy of card.c/h * Background is changed depending on fat device being used (gamecube) * WII/GC: added Dark mode theme (as a separate dol file). * Support for command line paramenters in both wii and gamecube (use Swiis cli files for gamecube). * Show current device (wiisd/wiiusb/sdgecko/sd2sp2/gcloader/no device) in main screen. When running device selector follow on screen instructions to know when you can safely insert/remove a device. * Devices can be swapped without rebooting GCMM now. Using custom card.c and card.h (again) since libogc2 is missing some functions Changed to libogc2 to fix bug in sd2sp2 mounting when it has already been mounted once (even on another dol file) without rebooting. * Several card fixes thanks to Extrems and libogc2! * Shows savegame information, alongside animated Icon and Banner! * Front SD, FAT32 USB device (wii), SDGecko (wii/gamecube), SD2SP2 and GCLoader (gamecube) support * Wiimote and GameCube controller support * Restores memory card raw images from RAW/GCP/MCI format * Backups and restores savegames into GCI format
DOLPHIN EMULATOR MEMORY CARD WII CODE
I (suloku) have updated the code to newest libraries to port it to the Wii system, and what I find more important: restoring savegames now works properly. Gcmm is a project started by dsbomb and justb, which is based on Askot's modification to add SD support to the mcbackup libogc example. GameCube/Wii Memory Manager is an aplication to backup Nintendo GameCube savegames.
