Titles: Difference between revisions
m Changed the directory structure, as NAND is slightly different, also Jl12 noted on the flash filesystem talk page the dir structure for 3ds titles |
m Directory trees |
||
Line 16: | Line 16: | ||
'''NAND Directory Structure''': | '''NAND Directory Structure''': | ||
Title Data: | Title Data: | ||
<Title ID High> | |||
└── <Title ID Low> | |||
├── 00000000.ctx | |||
├── XXXXXXXX.app | |||
├── XXXXXXXX.tmd | |||
└── cmd | |||
└── XXXXXXXX.cmd | |||
Save Data: | Save Data: | ||
<SaveID0> | |||
└── <SaveID1> | |||
└── 00000001.sav | |||
'''SD Card Directory Structure''': | '''SD Card Directory Structure''': | ||
Title Data/Save Data: | Title Data/Save Data: | ||
<Title ID High> | |||
└── <Title ID Low> | |||
├── 00000000.ctx | |||
├── content | |||
│ ├── XXXXXXXX.app | |||
│ ├── XXXXXXXX.tmd | |||
│ └── cmd | |||
│ └── XXXXXXXX.cmd | |||
└── data | |||
└── 00000001.sav | |||
For a list of 3DS titles see the [[Title list]]. | For a list of 3DS titles see the [[Title list]]. |