From 62d9a494cd9cbbc9cc9eb3e485edeca1a19abdfe Mon Sep 17 00:00:00 2001 From: lioncash Date: Fri, 14 Jan 2022 12:21:17 -0500 Subject: [PATCH] External: Point vixl submodule towards FEX's fork This allows it to be managed by all organization members --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 162f25512..dcc89c4df 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,7 +1,7 @@ [submodule "External/vixl"] shallow = true path = External/vixl - url = https://github.com/Sonicadvance1/vixl.git + url = https://github.com/FEX-Emu/vixl.git [submodule "External/cpp-optparse"] path = External/cpp-optparse url = https://github.com/Sonicadvance1/cpp-optparse