Fix submodule names

This commit is contained in:
Léo Lam 2021-08-17 11:29:43 +02:00
parent 8812e80809
commit c42f6cd657
No known key found for this signature in database
GPG Key ID: 0DF30F9081000741

6
.gitmodules vendored
View File

@ -1,10 +1,10 @@
[submodule "sead"] [submodule "lib/sead"]
path = lib/sead path = lib/sead
url = https://github.com/open-ead/sead url = https://github.com/open-ead/sead
[submodule "NintendoSDK"] [submodule "lib/NintendoSDK"]
path = lib/NintendoSDK path = lib/NintendoSDK
url = https://github.com/open-ead/nnheaders url = https://github.com/open-ead/nnheaders
[submodule "agl"] [submodule "lib/agl"]
path = lib/agl path = lib/agl
url = https://github.com/open-ead/agl url = https://github.com/open-ead/agl
[submodule "lib/EventFlow"] [submodule "lib/EventFlow"]