mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-26 11:18:43 +00:00
Discord: fix typo
This commit is contained in:
parent
de3c8fee22
commit
8b330e1ca3
1 changed files with 1 additions and 1 deletions
|
@ -189,7 +189,7 @@ void Init()
|
||||||
handlers.ready = HandleDiscordReady;
|
handlers.ready = HandleDiscordReady;
|
||||||
handlers.joinRequest = HandleDiscordJoinRequest;
|
handlers.joinRequest = HandleDiscordJoinRequest;
|
||||||
handlers.joinGame = HandleDiscordJoin;
|
handlers.joinGame = HandleDiscordJoin;
|
||||||
// The number is the client ID for Dolphin, it's used for images and the appication name
|
// The number is the client ID for Dolphin, it's used for images and the application name
|
||||||
Discord_Initialize("455712169795780630", &handlers, 1, nullptr);
|
Discord_Initialize("455712169795780630", &handlers, 1, nullptr);
|
||||||
UpdateDiscordPresence();
|
UpdateDiscordPresence();
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue