From 81f94e0228abb5b997006a37ecc4396b7d8be900 Mon Sep 17 00:00:00 2001 From: lifehackerhansol Date: Thu, 14 Mar 2024 11:42:19 -0700 Subject: [PATCH] Add GodMode9 as submodule This is needed to build the FIRM. Pin it at v2.1.1, which is the latest release as of this commit. --- .gitmodules | 3 +++ GodMode9 | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 GodMode9 diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..b42ccde --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "GodMode9"] + path = GodMode9 + url = https://github.com/d0k3/GodMode9 diff --git a/GodMode9 b/GodMode9 new file mode 160000 index 0000000..f611b31 --- /dev/null +++ b/GodMode9 @@ -0,0 +1 @@ +Subproject commit f611b31c0c6aa40a04106a4c4ca7e85b740fa38a