Modernize HTTPS launch/resume for Sunshine

This commit is contained in:
Cameron Gutman
2023-02-21 23:46:31 -06:00
parent 32ebb00292
commit 8384a243b2
2 changed files with 13 additions and 13 deletions

View File

@@ -33,6 +33,7 @@ typedef struct _SERVER_DATA {
bool paired;
bool supports4K;
bool unsupported;
bool isNvidiaSoftware;
int currentGame;
int serverMajorVersion;
char* gsVersion;