mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-07 00:28:56 +00:00
Merge pull request #11838 from brad0/discordpresence_warning_fix
Fix s_using_custom_client warning with DiscordPresence
This commit is contained in:
commit
60cb88d379
1 changed files with 1 additions and 1 deletions
|
@ -25,9 +25,9 @@
|
||||||
|
|
||||||
namespace Discord
|
namespace Discord
|
||||||
{
|
{
|
||||||
|
#ifdef USE_DISCORD_PRESENCE
|
||||||
static bool s_using_custom_client = false;
|
static bool s_using_custom_client = false;
|
||||||
|
|
||||||
#ifdef USE_DISCORD_PRESENCE
|
|
||||||
namespace
|
namespace
|
||||||
{
|
{
|
||||||
Handler* event_handler = nullptr;
|
Handler* event_handler = nullptr;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue