From ba411a17e0ada259085a3d9190b4698eeb048569 Mon Sep 17 00:00:00 2001 From: zqpvr01 Date: Mon, 25 Mar 2024 01:14:35 +0100 Subject: [PATCH] change application id when we enable discord rpc for use this will change the yuzu icon to suyu. --- src/suyu/discord_impl.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/suyu/discord_impl.cpp b/src/suyu/discord_impl.cpp index f5a6448d82..b72b9e41e3 100644 --- a/src/suyu/discord_impl.cpp +++ b/src/suyu/discord_impl.cpp @@ -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() {