mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-15 02:30:05 +00:00
Updated Dumping Save Data from a 3DS Console (markdown)
parent
b70a6015ad
commit
0451d3b4c4
@ -1,8 +1,6 @@
|
|||||||
## How to Transfer 3DS Save Data to Citra
|
## How to Transfer 3DS Save Data to Citra
|
||||||
There are multiple ways to transfer 3DS save data to Citra in a usable form, but the important thing to note is that whatever tool used to get the save data off of the 3DS supports exporting _expanded_ save data. Save data lives in Citra's emulated SD card directories (`user/sdmc/Nintendo 3DS/000...0/000...0/title/<game-TID-high>/<game-TID-low>/data/00000001/`). The below tutorial uses [JK's Save Manager](https://github.com/J-D-K/JKSM/releases) (JKSM), which is easy to install and use.
|
There are multiple ways to transfer 3DS save data to Citra in a usable form, but the important thing to note is that whatever tool used to get the save data off of the 3DS supports exporting _expanded_ save data. Save data lives in Citra's emulated SD card directories (`user/sdmc/Nintendo 3DS/000...0/000...0/title/<game-TID-high>/<game-TID-low>/data/00000001/`). The below tutorial uses [JK's Save Manager](https://github.com/J-D-K/JKSM/releases) (JKSM), which is easy to install and use.
|
||||||
|
|
||||||
```
|
|
||||||
|
|
||||||
#### Required tools
|
#### Required tools
|
||||||
- A 3DS with [arm9loaderhax](https://plailect.github.io/Guide/) installed (recommended) or [homebrew launcher](http://smealum.github.io/3ds/) access.
|
- A 3DS with [arm9loaderhax](https://plailect.github.io/Guide/) installed (recommended) or [homebrew launcher](http://smealum.github.io/3ds/) access.
|
||||||
- [JKSM](https://github.com/J-D-K/JKSM/releases)
|
- [JKSM](https://github.com/J-D-K/JKSM/releases)
|
||||||
@ -41,4 +39,5 @@ There are multiple ways to transfer 3DS save data to Citra in a usable form, but
|
|||||||
└── 0007ae00
|
└── 0007ae00
|
||||||
└── data
|
└── data
|
||||||
└── 00000001
|
└── 00000001
|
||||||
└── BigRedSave.dat
|
└── BigRedSave.dat
|
||||||
|
```
|
Loading…
Reference in New Issue
Block a user