change application id

when we enable discord rpc for use this will change the yuzu icon to suyu.
This commit is contained in:
zqpvr01 2024-03-25 01:14:35 +01:00
parent bbe9f86554
commit ba411a17e0
1 changed files with 2 additions and 1 deletions

View File

@ -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() {