mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-22 11:30:05 +00:00
fix gm9 output directory (gm9/out in recent releases)
parent
574b14d1c3
commit
ac30a9bcf1
@ -29,16 +29,16 @@ Instructions
|
||||
1. Set up GodMode9 using SigHax / Boot9Strap. [Read its readme] on how to do this.
|
||||
2. Put the SD card into the 3DS.
|
||||
3. From the root GodMode9 menu, navigate to `[1:] SYSNAND CTRNAND` -> `data` -> `<a folder with random numbers>` -> `sysdata` -> `00010017`.
|
||||
4. Select `00000000`, then select `Copy to 0:/gm9out`.
|
||||
4. Select `00000000`, then select `Copy to 0:/gm9/out`.
|
||||
5. Once this process complets, mount SD card on PC.
|
||||
6. Open command line / powershell / terminal, run
|
||||
```
|
||||
python disa-extract.py <SD>/gm9out/00000000 <an-arbitrary-path>
|
||||
python disa-extract.py <SD>/gm9/out/00000000 <an-arbitrary-path>
|
||||
```
|
||||
Note:
|
||||
- Make sure python is in your system path and it is python 3, or you will have to give the full path to python
|
||||
- `disa-extract.py` is the save file extractor downloaded above. Replace it with a full path if necessary.
|
||||
- `<SD>/gm9out/00000000` is where GodMode9 copied the file out. Rplace it with the correct directory/driver.
|
||||
- `<SD>/gm9/out/00000000` is where GodMode9 copied the file out. Rplace it with the correct directory/driver.
|
||||
- `<an-arbitrary-path>` is a directory to store the output.
|
||||
|
||||
On success, you will see `Finished!` printed on the last line
|
||||
|
Loading…
Reference in New Issue
Block a user