mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-15 04:10:07 +00:00
fixing a mistake in the path
parent
6d5ac84087
commit
e741ef30ea
@ -2,16 +2,15 @@
|
|||||||
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.
|
||||||
|
|
||||||
##### Example - location of New Super Mario Bros. 2 save data (starting at Citra root)
|
##### Example - location of New Super Mario Bros. 2 save data (starting at Citra root)
|
||||||
|
Location of the "User Directory": on Windows it is the user folder in the same directory as the Citra executable. on macOS and Linux it is at ~/.local/share/citra-emu/
|
||||||
```
|
```
|
||||||
.
|
"User directory"
|
||||||
└── user
|
└── sdmc
|
||||||
└── sdmc
|
└── Nintendo 3DS
|
||||||
└── Nintendo 3DS
|
└── 00000000000000000000000000000000
|
||||||
|
└── 00000000000000000000000000000000
|
||||||
└── title
|
└── title
|
||||||
└── 00000000000000000000000000000000
|
└── 00040000
|
||||||
└── 00000000000000000000000000000000
|
|
||||||
└── title
|
|
||||||
└── 00040000
|
|
||||||
└── 0007ae00
|
└── 0007ae00
|
||||||
└── data
|
└── data
|
||||||
└── 00000001
|
└── 00000001
|
||||||
|
Loading…
Reference in New Issue
Block a user