- Discord RPC presence. Adds new IWADINFO and GAMEINFO keys: DiscordAppId - this should point to your AppId for your game. It will use a default GZDoom one if not found.

This commit is contained in:
Rachael Alexanderson 2022-03-09 22:45:31 -05:00
commit 85c432c699
90 changed files with 7344 additions and 3 deletions

View file

@ -11,6 +11,7 @@ struct FStartupInfo
FString Song;
FString con;
FString def;
FString DiscordAppId = nullptr;
int Type;
int LoadLights = -1;
int LoadBrightmaps = -1;