Skip to content
Permalink
Browse files
Merge pull request #11477 from shuffle2/nodc
buildfix if discord isn't enabled
  • Loading branch information
delroth committed Jan 23, 2023
2 parents 8032a71 + e5f3a0a commit 80123b1
Showing 1 changed file with 2 additions and 0 deletions.
@@ -258,6 +258,8 @@ bool UpdateDiscordPresenceRaw(const std::string& details, const std::string& sta
Discord_UpdatePresence(&discord_presence);

return true;
#else
return false;
#endif
}

0 comments on commit 80123b1

Please sign in to comment.