diff options
| author | 2022-07-28 12:55:15 -0400 | |
|---|---|---|
| committer | 2022-07-28 12:57:05 -0400 | |
| commit | 58bc6125d752c7ae09193826dcb6bcf468fabef8 (patch) | |
| tree | 386baf3980f33c97c2be39958e5764b14c6dcc05 | |
| parent | Merge pull request #8657 from Kelebek1/depop (diff) | |
| download | yuzu-58bc6125d752c7ae09193826dcb6bcf468fabef8.tar.gz yuzu-58bc6125d752c7ae09193826dcb6bcf468fabef8.tar.xz yuzu-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 '')
| -rw-r--r-- | .gitmodules | 2 | ||||
| m--------- | externals/discord-rpc | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index ccc178073..8a90f4d15 100644 --- a/.gitmodules +++ b/.gitmodules | |||
| @@ -21,7 +21,7 @@ | |||
| 21 | url = https://github.com/libusb/libusb.git | 21 | url = https://github.com/libusb/libusb.git |
| 22 | [submodule "discord-rpc"] | 22 | [submodule "discord-rpc"] |
| 23 | path = externals/discord-rpc | 23 | path = externals/discord-rpc |
| 24 | url = https://github.com/discord/discord-rpc.git | 24 | url = https://github.com/yuzu-emu/discord-rpc.git |
| 25 | [submodule "Vulkan-Headers"] | 25 | [submodule "Vulkan-Headers"] |
| 26 | path = externals/Vulkan-Headers | 26 | path = externals/Vulkan-Headers |
| 27 | url = https://github.com/KhronosGroup/Vulkan-Headers.git | 27 | url = https://github.com/KhronosGroup/Vulkan-Headers.git |
diff --git a/externals/discord-rpc b/externals/discord-rpc | |||
| Subproject 963aa9f3e5ce81a4682c6ca3d136cddda614db3 | Subproject 20cc99aeffa08a4834f156b6ab49ed68618cf94 | ||