diff options
| author | 2022-07-28 15:24:36 -0400 | |
|---|---|---|
| committer | 2022-07-28 15:24:36 -0400 | |
| commit | c2895df336e4f347471bbdeba67aac097506723e (patch) | |
| tree | 386baf3980f33c97c2be39958e5764b14c6dcc05 | |
| parent | Merge pull request #8657 from Kelebek1/depop (diff) | |
| parent | externals: Use yuzu-emu/discord-rpc to provide Discord integration (diff) | |
| download | yuzu-c2895df336e4f347471bbdeba67aac097506723e.tar.gz yuzu-c2895df336e4f347471bbdeba67aac097506723e.tar.xz yuzu-c2895df336e4f347471bbdeba67aac097506723e.zip | |
Merge pull request #8659 from lat9nq/drpc-yuzu
externals: Use yuzu-emu/discord-rpc to provide Discord integration
| -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 | ||