buildfix if discord isn't enabled
This commit is contained in:
parent
8032a71c4c
commit
e5f3a0a9bc
|
@ -258,6 +258,8 @@ bool UpdateDiscordPresenceRaw(const std::string& details, const std::string& sta
|
||||||
Discord_UpdatePresence(&discord_presence);
|
Discord_UpdatePresence(&discord_presence);
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
#else
|
||||||
|
return false;
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue