mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-04-03 06:16:12 +00:00
Add Discord Rich Presence integration for Windows
This commit is contained in:
@@ -22,6 +22,12 @@ SystemProperties::SystemProperties()
|
||||
hasBrowser = false;
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_DISCORD
|
||||
hasDiscordIntegration = true;
|
||||
#else
|
||||
hasDiscordIntegration = false;
|
||||
#endif
|
||||
|
||||
unmappedGamepads = SdlInputHandler::getUnmappedGamepads();
|
||||
|
||||
// Populate data that requires talking to SDL. We do it all in one shot
|
||||
|
||||
Reference in New Issue
Block a user