From f6e5fb17d7347d73cb7ace1ec79958c4627c1cc3 Mon Sep 17 00:00:00 2001 From: David Marcec Date: Sun, 29 Jul 2018 10:57:30 +1000 Subject: [PATCH] removed externals/ from the submodule name --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 8e6a108ef4..4de47fa6b7 100644 --- a/.gitmodules +++ b/.gitmodules @@ -22,6 +22,6 @@ [submodule "unicorn"] path = externals/unicorn url = https://github.com/yuzu-emu/unicorn -[submodule "externals/opus"] +[submodule "opus"] path = externals/opus url = https://github.com/ogniK5377/opus.git