From 28eceed4e8fbd2ff147df2610c8082d08901f1e6 Mon Sep 17 00:00:00 2001 From: wwylele Date: Sun, 16 Oct 2016 19:35:38 +0800 Subject: [PATCH] Not all games use "*.dat" as save file. --- Dumping-Save-Data-from-a-3DS-Console.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dumping-Save-Data-from-a-3DS-Console.md b/Dumping-Save-Data-from-a-3DS-Console.md index 545646a..91d8a52 100644 --- a/Dumping-Save-Data-from-a-3DS-Console.md +++ b/Dumping-Save-Data-from-a-3DS-Console.md @@ -39,7 +39,7 @@ There are multiple ways to transfer 3DS save data to Citra in a usable form, but 4. Select `Save Data Options`, then `Export Save`. 5. You will be prompted to select a folder or `New`. If selecting `New`, enter any name you wish and then select `OK`. 6. A popup should appear that says `Complete!` Close JKSM. -7. Transfer the .dat file located in `/JKSV/Saves//` to the computer. -8. Place the file in Citra's emulated SD card's save directory at `user/sdmc/Nintendo 3DS/000...0/000...0/title///data/00000001/`. These directories may have to be created if the game the save was dumped from hasn't been played in Citra yet. +7. Transfer all files located in `/JKSV/Saves//` to the computer. +8. Place the files in Citra's emulated SD card's save directory at `user/sdmc/Nintendo 3DS/000...0/000...0/title///data/00000001/`. These directories may have to be created if the game the save was dumped from hasn't been played in Citra yet. *In step 3, If the game to be dumped isn't on the list, JKSM's filter may need to be updated. This can be done easily from the app's root menu and selecting `Download Filter` (internet connection required). If that still doesn't work, filter.txt will have to be updated manually. Look up the game [here](http://www.3dsdb.com/) and grab it's title ID. Open filter.txt located in the JKSM folder and add a new line. Type 0xXXXXXXXX where XXXXXXXX is the game's title low (the last 8 characters of the game's title ID). Save the edited file. The game should now appear in the list. \ No newline at end of file