mirror of https://github.com/PrimeDecomp/prime.git
Add submodules to build instructions
Former-commit-id: 18fcbc76f19647d399ee66779bd145c6604bd9c0
This commit is contained in:
parent
d885ed5a4b
commit
ba95b75f72
|
@ -63,6 +63,10 @@ Building
|
|||
```
|
||||
git clone https://github.com/PrimeDecomp/prime.git
|
||||
```
|
||||
- Update and Initialize submodules:
|
||||
```
|
||||
git submodule update --init --recursive
|
||||
```
|
||||
- Using [Dolphin Emulator](https://dolphin-emu.org/), extract your game to `orig/GM8E01_00` (or the appropriate version).
|
||||
![](assets/dolphin-extract.png)
|
||||
- To save space, the only necessary files are the following. Any others can be deleted.
|
||||
|
|
Loading…
Reference in New Issue