mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-03 08:40:59 +00:00
BASE: Enable Discord RPC integration by default
This commit is contained in:
parent
d7854e8e9b
commit
8b3319bd37
@ -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…
x
Reference in New Issue
Block a user