Added dependencies
This commit is contained in:
parent
efb22202bb
commit
a45e28667c
|
|
@ -1,4 +1,6 @@
|
||||||
baserom.z64
|
baserom.z64
|
||||||
libultra.a
|
|
||||||
libultra_d.a
|
asm
|
||||||
libultra_rom.a
|
assets
|
||||||
|
|
||||||
|
.vscode
|
||||||
|
|
@ -4,3 +4,12 @@
|
||||||
[submodule "tools/flib"]
|
[submodule "tools/flib"]
|
||||||
path = tools/flib
|
path = tools/flib
|
||||||
url = https://github.com/decompals/flib.git
|
url = https://github.com/decompals/flib.git
|
||||||
|
[submodule "lib/libreultra"]
|
||||||
|
path = lib/libreultra
|
||||||
|
url = https://github.com/n64decomp/libreultra.git
|
||||||
|
[submodule "tools/m2c"]
|
||||||
|
path = tools/m2c
|
||||||
|
url = https://github.com/matt-kempster/m2c.git
|
||||||
|
[submodule "tools/m2ctx"]
|
||||||
|
path = tools/m2ctx
|
||||||
|
url = https://github.com/ethteck/m2ctx.git
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 1aca5c13ca041cef86f8dc194b727361dad9c09b
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit eefca95b040d7ee0c617bc58f9ac6cd1cf7bce87
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 925f990383fea12f29269afdf177221a4d06dc58
|
||||||
Loading…
Reference in New Issue