DarkMatterCore hat seinen Multi EmuNAND Creator für den 3DS aktualisiert.
Ein Fehler beim Parsen der EmuNANDs und eine Regression wurden behoben, wobei die berechnete NAND-Größe als null angezeigt wurde, wenn ein EmuNAND, der größer als das aktuelle Layout war, injiziert wurde. Die FAT32-Formatierung sollte nun zuverlässiger laufen und das Programm ist jetzt unter der GPLv3 lizenziert.
* Fixed a NAND offset miscalculation while parsing EmuNANDs. * Fixed a regression bug where the NCSD header was always written/read to/from offset "nandsize + 512" instead of the appropiate sector (EmuNAND only). * Fixed a bug where the calculated NAND size would be zero if a new EmuNAND with a size greater than the current layout was being injected. * Improved FAT32 format procedure reliability (based on code from Rufus). * Fixed a crash that occurred when attempting to format a new FAT32 partition (debug build only). * The program is now licensed under GPLv3.