diff options
author | lat9nq <[email protected]> | 2022-07-28 12:55:15 -0400 |
---|---|---|
committer | lat9nq <[email protected]> | 2022-07-28 12:57:05 -0400 |
commit | 58bc6125d752c7ae09193826dcb6bcf468fabef8 (patch) | |
tree | 386baf3980f33c97c2be39958e5764b14c6dcc05 /.gitmodules | |
parent | e5615c4704b9c39b140f4985bd0fa2ffc772125e (diff) | |
download | yuzu-android-58bc6125d752c7ae09193826dcb6bcf468fabef8.tar.gz yuzu-android-58bc6125d752c7ae09193826dcb6bcf468fabef8.zip |
externals: Use yuzu-emu/discord-rpc to provide Discord integration
Our fork includes a commit to disable clang-format, preventing the dirty
flag from being set when building yuzu on CI.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index ccc178073..8a90f4d15 100644 --- a/.gitmodules +++ b/.gitmodules @@ -21,7 +21,7 @@ url = https://github.com/libusb/libusb.git [submodule "discord-rpc"] path = externals/discord-rpc - url = https://github.com/discord/discord-rpc.git + url = https://github.com/yuzu-emu/discord-rpc.git [submodule "Vulkan-Headers"] path = externals/Vulkan-Headers url = https://github.com/KhronosGroup/Vulkan-Headers.git |