BACKENDS: Use game ID instead of game domain for Discord presence

This commit is contained in:
SupSuper 2020-08-29 20:01:16 +01:00
parent cb580f9f6e
commit eb1882e243

View file

@ -302,7 +302,7 @@ void OSystem_SDL::engineInit() {
#endif
#ifdef USE_DISCORD
// Set the presence status to the current running engine
_presence->updateStatus(ConfMan.getActiveDomainName(), ConfMan.get("description"));
_presence->updateStatus(ConfMan.get("gameid"), ConfMan.get("description"));
#endif
_eventSource->setEngineRunning(true);