Skip to content
Snippets Groups Projects
Commit ba411a17 authored by zqpvr01's avatar zqpvr01
Browse files

change application id

when we enable discord rpc for use this will change the yuzu icon to suyu.
parent bbe9f865
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,8 @@ DiscordImpl::DiscordImpl(Core::System& system_) : system{system_} {
DiscordEventHandlers handlers{};
// The number is the client ID for suyu, it's used for images and the
// application name
Discord_Initialize("712465656758665259", &handlers, 1, nullptr);
// NOTE: This application is owned by million1156 (million@alyocord.com)
Discord_Initialize("1221314350216646828", &handlers, 1, nullptr);
}
DiscordImpl::~DiscordImpl() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment