Merge pull request #1875 from hacks-guide/MechanicalDragon0687-sdcard-modify-requirement

Add requirement to be able to add files to the SD
This commit is contained in:
Lily 2021-04-17 01:03:55 -07:00 committed by GitHub
commit 08170be5e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -84,6 +84,7 @@ For a list of each of the calculated sighax signatures, see [this gist](https://
+ Your SD card should be [MBR, not GPT](http://www.howtogeek.com/245610/) (the SD card that comes with your device will be MBR by default). The easiest way to test this is to check if the SD card works in your 3DS. If it works, the SD card is MBR.
+ If you need to format a brand new SD card, you can format it to FAT32 using [guiformat (Windows)](formatting-sd-(windows)), [Disk Utility (Mac)](formatting-sd-(mac)), or [cfdisk (Linux)](formatting-sd-(linux)).
+ The Old 2DS is essentially identical to the Old 3DS in terms of software, while the New 2DS is essentially identical to the New 3DS in terms of software. Any steps which say "Old 3DS" also apply to Old 2DS, and any steps which say "New 3DS" also apply to New 2DS.
+ In order to follow this guide, you will need to be able to put files onto the SD card.
___