summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorGravatar Lioncash2020-08-25 22:21:32 -0400
committerGravatar Lioncash2020-08-26 02:45:11 -0400
commit045255a0a00acc13c4d266fc63d2cb7e304eddaa (patch)
treed77607ab5cb864c71ca475a9bb5fba8365f48fef /.gitmodules
parentexternals: Untrack non-upstream variant of libusb (diff)
downloadyuzu-045255a0a00acc13c4d266fc63d2cb7e304eddaa.tar.gz
yuzu-045255a0a00acc13c4d266fc63d2cb7e304eddaa.tar.xz
yuzu-045255a0a00acc13c4d266fc63d2cb7e304eddaa.zip
externals: Track upstream libusb
We can place the external in an inner folder and manage the custom files necessary to integrate it with CMake directly. This allows us to directly change how we use it with our build system, as opposed to needing to change a fork.
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index 6fa823c1c..9d9356151 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -16,6 +16,9 @@
16[submodule "libressl"] 16[submodule "libressl"]
17 path = externals/libressl 17 path = externals/libressl
18 url = https://github.com/citra-emu/ext-libressl-portable.git 18 url = https://github.com/citra-emu/ext-libressl-portable.git
19[submodule "libusb"]
20 path = externals/libusb/libusb
21 url = https://github.com/libusb/libusb.git
19[submodule "discord-rpc"] 22[submodule "discord-rpc"]
20 path = externals/discord-rpc 23 path = externals/discord-rpc
21 url = https://github.com/discordapp/discord-rpc.git 24 url = https://github.com/discordapp/discord-rpc.git