Abstürze beim Dumpen von RomFS-Daten und ein Problem mit dem Splitten von Dateien in Verzeichnissen mit gesetztem Archiv-Bit wurden behoben. Dateioperationen lassen sich nun außerdem immer abbrechen, wenn der Abbrechen-Button für mindestens zwei Sekunden gedrückt gehalten wird.
* Fixed building with latest libnx release. * Optimized RomFS recursive file dump function to not rely on code recursion as much as before, avoiding stack memory exhaustion problems. Fixes crashes while dumping RomFS data from games with lots of file entries. * Reduced max part size for split files to 0xFFFF0000 bytes in all operations (except for XCI dumps when the "Create directory with archive bit set" option is disabled). Fixes file access problems if the parts are used inside a directory with the archive bit set. * Removed the removeDirectory() function. fsdevDeleteDirectoryRecursively() is now used instead. * If a HFS0/ExeFS/RomFS data dump operation is cancelled or fails, a message telling the user to wait until the output directory is fully deleted will now be displayed. * Improved the cancel button detection mechanism. Regardless of the ongoing operation, holding the button for 2 seconds will now consistently cancel it. * Progress bar movement is now smoother.