Browse Source

yuzu/discord_impl: Update the applicationID (#3977)

pull/15/merge
Tobias 6 years ago
committed by GitHub
parent
commit
d0a9caa08f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/yuzu/discord_impl.cpp

2
src/yuzu/discord_impl.cpp

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

Loading…
Cancel
Save