Skip to content

Commit

Permalink
Merge pull request dolphin-emu#11838 from brad0/discordpresence_warni…
Browse files Browse the repository at this point in the history
…ng_fix

Fix s_using_custom_client warning with DiscordPresence
  • Loading branch information
AdmiralCurtiss authored May 23, 2023
2 parents df06ae2 + cf06da8 commit 60cb88d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/UICommon/DiscordPresence.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@

namespace Discord
{
#ifdef USE_DISCORD_PRESENCE
static bool s_using_custom_client = false;

#ifdef USE_DISCORD_PRESENCE
namespace
{
Handler* event_handler = nullptr;
Expand Down

0 comments on commit 60cb88d

Please sign in to comment.