cfw-guide / dsi.cfw.guide

A complete Nintendo DSi homebrew guide, from stock to HiyaCFW.
https://dsi.cfw.guide/
MIT License
85 stars 48 forks source link

Rework SD Card Setup to be inclusive of some edge cases #95

Closed lifehackerhansol closed 3 years ago

lifehackerhansol commented 3 years ago

Changes in this PR:

Linux: added 2GB or lower = FAT16 section This ensures that any SD card 2GB or lower is formatted to the required FAT partition that allows 32KB allocation unit size.

Windows, Mac: Add SD Formatter as first section and push all sections back This ensures that any SD card 2GB or lower is formatted to the required FAT partition that allows 32KB allocation unit size. This can also fix a few edge cases where Unlaunch fails to detect the partition on the SD card, which SD Formatter has historically fixed without fail.

This fixes #91.

lifehackerhansol commented 3 years ago

Should be good to merge now:tm: