BASE: Enable Discord RPC integration by default
This commit is contained in:
parent
0d8fdd5c0d
commit
17c6633bd3
1 changed files with 3 additions and 0 deletions
|
@ -352,6 +352,9 @@ void registerDefaults() {
|
|||
|
||||
ConfMan.registerDefault("fluidsynth_misc_interpolation", "4th");
|
||||
#endif
|
||||
#ifdef USE_DISCORD
|
||||
ConfMan.registerDefault("discord_rpc", true);
|
||||
#endif
|
||||
}
|
||||
|
||||
static bool parseGameName(const Common::String &gameName, Common::String &engineId, Common::String &gameId) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue