From 84fa09a2db1655e61257dfaff3c9de2df961fbcb Mon Sep 17 00:00:00 2001 From: Ben Vanik Date: Mon, 15 Jun 2015 18:55:46 -0700 Subject: [PATCH] Switching to use xenia-project xbyak. --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 08f05c797..bc4dff6c6 100644 --- a/.gitmodules +++ b/.gitmodules @@ -6,7 +6,7 @@ url = https://github.com/benvanik/beaengine.git [submodule "third_party/xbyak"] path = third_party/xbyak - url = https://github.com/herumi/xbyak.git + url = https://github.com/xenia-project/xbyak.git [submodule "third_party/catch"] path = third_party/catch url = https://github.com/philsquared/Catch.git