mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-22 19:00:07 +00:00
Divided dumps are dumped in 3D0/3D1 format, not 3DS0/3DS1 format.
parent
c77e14d5da
commit
90a1030f9c
@ -47,12 +47,12 @@ You can now copy this to your computer to clear space; this ROM file will **neve
|
||||
|
||||
**On Windows**
|
||||
```
|
||||
Copy /b "Bravely Default.3DS0"+"Bravely Default.3DS1" "Bravely Default.3DS"
|
||||
Copy /b "Bravely Default.3D0"+"Bravely Default.3D1" "Bravely Default.3DS"
|
||||
```
|
||||
|
||||
**On a *NIX system**
|
||||
```
|
||||
cat "Bravely Default.3DS0" "Bravely Default.3DS1" > "Bravely Default.3DS"
|
||||
cat "Bravely Default.3D0" "Bravely Default.3D1" > "Bravely Default.3DS"
|
||||
```
|
||||
|
||||
This will give you a single combined file that is your entire ROM dump. If you're certain you've done this correctly, you can delete the input files and just keep the .3DS produced.
|
||||
|
Loading…
Reference in New Issue
Block a user