mirror of
https://github.com/xenia-project/xenia.git
synced 2026-04-20 22:13:40 +00:00
[App] Add support for Discord rich presence.
This commit is contained in:
parent
e466687f11
commit
ce38e7b0b1
10 changed files with 170 additions and 0 deletions
6
.gitmodules
vendored
6
.gitmodules
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue