[App] Add support for Discord rich presence.

This commit is contained in:
Wes Taylor 2019-08-02 09:06:02 -05:00 committed by Rick Gibbed
parent e466687f11
commit ce38e7b0b1
10 changed files with 170 additions and 0 deletions

6
.gitmodules vendored
View file

@ -40,6 +40,12 @@
[submodule "third_party/volk"]
path = third_party/volk
url = https://github.com/zeux/volk.git
[submodule "third_party/discord-rpc"]
path = third_party/discord-rpc
url = https://github.com/discordapp/discord-rpc
[submodule "third_party/rapidjson"]
path = third_party/rapidjson
url = https://github.com/Tencent/rapidjson.git
[submodule "third_party/aes_128"]
path = third_party/aes_128
url = https://github.com/openluopworld/aes_128.git