BACKENDS: Use game ID instead of game domain for Discord presence
This commit is contained in:
parent
cb580f9f6e
commit
eb1882e243
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue