SD Filesystem: Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
The 3DS uses an SD Card for general storage of additional game data, music and photos taken with the 3DS. | The 3DS uses an SD Card for general storage of additional game data, music and photos taken with the 3DS. | ||
Most 3DS SD card data is stored under "/Nintendo 3DS/<ID0>/<ID1>", where ID0 is the first 0x10-bytes from a SHA256 [[nand/private/movable.sed|hash]]. ID1 is the SD card CID, with each u16 moved around from the original CID. | Most 3DS SD card data is stored under "/Nintendo 3DS/<ID0>/<ID1>", where ID0 is the first 0x10-bytes from a SHA256 [[nand/private/movable.sed|hash]]. ID1 is the SD card CID from the SD card which this directory was originally created on, with each u16 moved around from the original CID. | ||
* sdmc/DCIM - Photos/Videos and images downloaded with the Internet Browser. Video feature introduced with [[3.0.0-5]] | * sdmc/DCIM - Photos/Videos and images downloaded with the Internet Browser. Video feature introduced with [[3.0.0-5]] | ||
Line 10: | Line 10: | ||
* [[System Settings#DSiWare|sdmc/Nintendo 3DS/<ID0>/<ID1>/Nintendo DSiWare]] | * [[System Settings#DSiWare|sdmc/Nintendo 3DS/<ID0>/<ID1>/Nintendo DSiWare]] | ||
( | (The 3D videos are in .avi format and the video frames use MJPG.) | ||
== Extdata == | == Extdata == |