From 7b7af4e00d55beec933b7e012f77c4476af39e41 Mon Sep 17 00:00:00 2001 From: tekas Date: Fri, 18 Nov 2016 11:32:50 -0600 Subject: [PATCH] correcting a couple of markdown errors --- User-Directory.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/User-Directory.md b/User-Directory.md index 246bece..b150601 100644 --- a/User-Directory.md +++ b/User-Directory.md @@ -74,7 +74,7 @@ This directory contains all of the extra data created when playing 3DS game back ##### sysdata -If any games have been saved while playing them with Citra, there should be a folder inside `sysdata` named `00040000`. This folder contains all of the save data for 3DS titles. It is entirely possible to retrieve save data from an SD card using a physical 3DS console and import it into Citra to continue a game where it was last left off on the console. See [[https://github.com/citra-emu/citra/wiki/Dumping-Save-Data-from-a-3DS-Console]] for instructions. On a real SD card, the `sysdata` folder will also contain the files required to run any 3DS titles installed to the SD card. This can be mimicked somewhat by [decrypting the .app files on the SD card](Dumping Installed Titles) and importing them into Citra's `sysdata` directory but this is unnecessary since Citra can run them from anywhere on a computer filesystem and doesn't require the accompanying .tmd and .cmd files. +If any games have been saved while playing them with Citra, there should be a folder inside `sysdata` named `00040000`. This folder contains all of the save data for 3DS titles. It is entirely possible to retrieve save data from an SD card using a physical 3DS console and import it into Citra to continue a game where it was last left off on the console. See [[Dumping Save Data from a 3DS Console]] for instructions. On a real SD card, the `sysdata` folder will also contain the files required to run any 3DS titles installed to the SD card. This can be mimicked somewhat by [[Dumping Installed Titles]] and importing them into Citra's `sysdata` directory but this is unnecessary since Citra can run them from anywhere on a computer filesystem and doesn't require the accompanying .tmd and .cmd files. On a real SD card, there may be two other directories inside `sysdata`. These directories are named `0004000e` and `0004008c` and correspond to downloaded game updates and DLC respectively. The data contained within these directories can be decrypted backed up on a computer, but at this time features have not been implemented in Citra to utilize any of it, so titles cannot be played with DLC or updates applied to them unless the user is willing to unpack their game backup, merge the updates with the game files, and then repack the game. See [this](https://discuss.citra-emu.org/d/527-smash-bros-update) and [this](https://discuss.citra-emu.org/d/818-where-are-the-updates-and-dlcs-in-the-nand-folder) relevant discussion topics.