Compare commits

...

1 Commits

Author SHA1 Message Date
Tobias
c975494bda yuzu/discord_impl: Update the applicationID
We lost access to the old application on Discord and therefore had to make a new one.
2020-05-22 04:15:42 +02:00

View File

@@ -18,7 +18,7 @@ DiscordImpl::DiscordImpl() {
// The number is the client ID for yuzu, it's used for images and the
// application name
Discord_Initialize("471872241299226636", &handlers, 1, nullptr);
Discord_Initialize("712465656758665259", &handlers, 1, nullptr);
}
DiscordImpl::~DiscordImpl() {