Merge pull request #11477 from shuffle2/nodc

buildfix if discord isn't enabled
This commit is contained in:
Pierre Bourdon
2023-01-23 15:52:10 +01:00
committed by GitHub

View File

@ -258,6 +258,8 @@ bool UpdateDiscordPresenceRaw(const std::string& details, const std::string& sta
Discord_UpdatePresence(&discord_presence);
return true;
#else
return false;
#endif
}