Add requirement to be able to add files to the SD

This seems to be a common enough issue that adding this statement should address this
This commit is contained in:
MechanicalDragon 2021-04-16 01:04:57 -07:00 committed by GitHub
parent c150329fb4
commit d3b5d4a586
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.
___