From bc4bde1fbd53c6afdcad1329be093352518e183c Mon Sep 17 00:00:00 2001
From: Lioncash <mathew1800@gmail.com>
Date: Mon, 12 Mar 2018 12:04:00 -0400
Subject: [PATCH] travis: Use yuzu's unicorn fork

---
 .travis/sse3-only-on-x86_64-linux/deps.sh | 2 +-
 .travis/test-a64-on-x86_64-linux/deps.sh  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.travis/sse3-only-on-x86_64-linux/deps.sh b/.travis/sse3-only-on-x86_64-linux/deps.sh
index 1401219e..a4510d49 100755
--- a/.travis/sse3-only-on-x86_64-linux/deps.sh
+++ b/.travis/sse3-only-on-x86_64-linux/deps.sh
@@ -6,7 +6,7 @@ set -x
 # TODO: This isn't ideal.
 cd externals
 git clone https://github.com/MerryMage/ext-boost
-git clone https://github.com/MerryMage/unicorn
+git clone https://github.com/yuzu-emu/unicorn
 cd unicorn
 UNICORN_ARCHS=aarch64 ./make.sh
 cd ../..
diff --git a/.travis/test-a64-on-x86_64-linux/deps.sh b/.travis/test-a64-on-x86_64-linux/deps.sh
index 1401219e..a4510d49 100755
--- a/.travis/test-a64-on-x86_64-linux/deps.sh
+++ b/.travis/test-a64-on-x86_64-linux/deps.sh
@@ -6,7 +6,7 @@ set -x
 # TODO: This isn't ideal.
 cd externals
 git clone https://github.com/MerryMage/ext-boost
-git clone https://github.com/MerryMage/unicorn
+git clone https://github.com/yuzu-emu/unicorn
 cd unicorn
 UNICORN_ARCHS=aarch64 ./make.sh
 cd ../..