瀏覽代碼

yuzu/discord_impl: Update the applicationID (#3977)

Tobias 6 年之前
父節點
當前提交
d0a9caa08f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/yuzu/discord_impl.cpp

+ 1 - 1
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() {