[Scummvm-git-logs] scummvm master -> eb1882e24389a727ffde3344c397e9966f75a3be

SupSuper supsuper at gmail.com
Sat Aug 29 19:02:00 UTC 2020


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

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


Commit: eb1882e24389a727ffde3344c397e9966f75a3be
    https://github.com/scummvm/scummvm/commit/eb1882e24389a727ffde3344c397e9966f75a3be
Author: SupSuper (supsuper at gmail.com)
Date: 2020-08-29T20:01:16+01:00

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

Changed paths:
    backends/platform/sdl/sdl.cpp


diff --git a/backends/platform/sdl/sdl.cpp b/backends/platform/sdl/sdl.cpp
index 8e92c97ed6..99ebb73d7e 100644
--- a/backends/platform/sdl/sdl.cpp
+++ b/backends/platform/sdl/sdl.cpp
@@ -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);




More information about the Scummvm-git-logs mailing list