From fec0ad6f4c9bc620ffb454849ea478dda105215a Mon Sep 17 00:00:00 2001 From: Matt Borgerson Date: Thu, 11 Feb 2021 00:07:00 -0700 Subject: [PATCH] nv2a: Add xxHash submodule --- .gitmodules | 4 ++++ hw/xbox/nv2a/xxHash | 1 + 2 files changed, 5 insertions(+) create mode 160000 hw/xbox/nv2a/xxHash diff --git a/.gitmodules b/.gitmodules index 936e787b5d..b794b8d3b1 100644 --- a/.gitmodules +++ b/.gitmodules @@ -66,3 +66,7 @@ path = ui/implot url = https://github.com/epezent/implot.git ignore = untracked +[submodule "hw/xbox/nv2a/xxHash"] + path = hw/xbox/nv2a/xxHash + url = https://github.com/Cyan4973/xxHash.git + ignore = untracked diff --git a/hw/xbox/nv2a/xxHash b/hw/xbox/nv2a/xxHash new file mode 160000 index 0000000000..f2c52f1236 --- /dev/null +++ b/hw/xbox/nv2a/xxHash @@ -0,0 +1 @@ +Subproject commit f2c52f1236a50d754b07f584ce4592de1df8c0f7