Skip to content

dumpling 2.6.0

Compare
Choose a tag to compare
@Crementif Crementif released this 23 Oct 21:49
· 43 commits to master since this release
c8237b0

Changelog

  • Major rework of file transferring code, resulting in a massive speed improvement
    • Games with tons of files now dump up to 12x faster (e.g. Breath of the Wild which takes 25 minutes instead of 4+ hours)!
    • All games benefit from a good 2-3x improvement!
    • This was possible using a multithreaded read/writing process and adding Dumpling-specific fat32 driver caching and speedup methods (thanks @Exzap for helping)
  • Now uses fatfs instead of libfat
    • Adds support for exfat drives
    • Much improved USB drive support so that previously unrecognized USB drives now work
    • Allows for the now multithreaded file dumping
  • Add official Aroma support and .wuhb releases
    • Added a new home menu icon and boot screen, made by @emiyl
    • Exiting while using Aroma should no longer result in a black screen
  • Fixed jumpy dumping speed and estimated dumping time while dumping
  • Show total time after successful dump
  • Cleaned up multiple menus into a singular, more explanatory option menu
  • Can now optionally delete incomplete files if an error occurred or if you cancel while dumping
  • Fix inverted option to only dump the disc files but not the update/DLC

Thanks to Tomk007 and Jaimie for helping me test all of the experimental optimizations!