mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-05 17:15:49 +00:00
Add option to disable Discord Presence in Qt UI
This commit is contained in:
parent
d9351a5b45
commit
ae2337aff6
5 changed files with 42 additions and 0 deletions
|
@ -51,6 +51,7 @@ void Shutdown()
|
|||
if (!SConfig::GetInstance().bUseDiscordPresence)
|
||||
return;
|
||||
|
||||
Discord_ClearPresence();
|
||||
Discord_Shutdown();
|
||||
#endif
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue