mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-22 18:30:05 +00:00
Typo fix, added the gameid to the combining section since that is how users are most likely to see it.
parent
90a1030f9c
commit
880a171074
@ -28,7 +28,7 @@ On your computer, download the [latest firmware package of the gateway launcher]
|
||||
|
||||
On the 3DS, open the browser and navigate to 'http://dukesrg.no-ip.org/3ds/go' .
|
||||
|
||||
**If you don't (wan't to) have internet access on your 3DS**
|
||||
**If you don't have internet access on your 3DS**
|
||||
|
||||
You can host the launcher page by using [FakeMii](https://github.com/Lectem/FakeMii). See the installation instructions there. You can then open your browser and navigate to 'http://launcher'.
|
||||
|
||||
@ -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.3D0"+"Bravely Default.3D1" "Bravely Default.3DS"
|
||||
Copy /b "BTRE.3D0"+"BTRE.3D1" "Bravely Default.3DS"
|
||||
```
|
||||
|
||||
**On a *NIX system**
|
||||
```
|
||||
cat "Bravely Default.3D0" "Bravely Default.3D1" > "Bravely Default.3DS"
|
||||
cat "BTRE.3D0" "BTRE.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