blob: b787f018ef25b90a2a1f4f056dcb7bef1fff574d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
[submodule "tools/common"]
path = tools/common
url = https://github.com/open-ead/nx-decomp-tools
branch = master
[submodule "toolchain/musl"]
path = toolchain/musl
url = https://github.com/open-ead/botw-lib-musl
branch = master
[submodule "lib/sead"]
path = lib/sead
url = https://github.com/open-ead/sead
branch = master
[submodule "lib/NintendoSDK"]
path = lib/NintendoSDK
url = https://github.com/open-ead/nnheaders
branch = master
[submodule "lib/agl"]
path = lib/agl
url = https://github.com/open-ead/agl
branch = master
[submodule "lib/EventFlow"]
path = lib/EventFlow
url = https://github.com/open-ead/EventFlow
branch = master
[submodule "toolchain/nx-decomp-tools-binaries"]
path = toolchain/nx-decomp-tools-binaries
url = https://github.com/open-ead/nx-decomp-tools-binaries
branch = master
[submodule "lib/xlink2"]
path = lib/xlink2
url = https://github.com/Nitr4m12/xlink2
branch = main
|