From a45e28667c01cf0c53ac8eff9ea4e43601f0291e Mon Sep 17 00:00:00 2001 From: Ogre Date: Wed, 30 Aug 2023 01:34:25 +0200 Subject: [PATCH] Added dependencies --- .gitignore | 8 +++++--- .gitmodules | 9 +++++++++ lib/libreultra | 1 + tools/m2c | 1 + tools/m2ctx | 1 + 5 files changed, 17 insertions(+), 3 deletions(-) create mode 160000 lib/libreultra create mode 160000 tools/m2c create mode 160000 tools/m2ctx diff --git a/.gitignore b/.gitignore index bc15982..1daaeb4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ baserom.z64 -libultra.a -libultra_d.a -libultra_rom.a + +asm +assets + +.vscode \ No newline at end of file diff --git a/.gitmodules b/.gitmodules index 5f57856..7335c45 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,12 @@ [submodule "tools/flib"] path = tools/flib 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 diff --git a/lib/libreultra b/lib/libreultra new file mode 160000 index 0000000..1aca5c1 --- /dev/null +++ b/lib/libreultra @@ -0,0 +1 @@ +Subproject commit 1aca5c13ca041cef86f8dc194b727361dad9c09b diff --git a/tools/m2c b/tools/m2c new file mode 160000 index 0000000..eefca95 --- /dev/null +++ b/tools/m2c @@ -0,0 +1 @@ +Subproject commit eefca95b040d7ee0c617bc58f9ac6cd1cf7bce87 diff --git a/tools/m2ctx b/tools/m2ctx new file mode 160000 index 0000000..925f990 --- /dev/null +++ b/tools/m2ctx @@ -0,0 +1 @@ +Subproject commit 925f990383fea12f29269afdf177221a4d06dc58