mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-26 20:25:58 +00:00
Use new config system for Discord Rich Presence option
This doesn't feel like a mirror change to me.
This commit is contained in:
parent
f25d833dbd
commit
57bd13a0ce
9 changed files with 42 additions and 47 deletions
|
@ -4,9 +4,14 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include "Common/Config/Config.h"
|
||||
|
||||
namespace Discord
|
||||
{
|
||||
void Init();
|
||||
void UpdateDiscordPresence();
|
||||
void Shutdown();
|
||||
void SetDiscordPresenceEnabled(bool enabled);
|
||||
} // namespace Discord
|
||||
|
||||
extern const Config::ConfigInfo<bool> MAIN_USE_DISCORD_PRESENCE;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue