Add additional serverinfo attributes and check for 4K compatibility

This commit is contained in:
Cameron Gutman
2018-07-08 20:53:24 -07:00
parent d0375a458a
commit 5a04a256e0
6 changed files with 97 additions and 18 deletions

View File

@@ -58,6 +58,9 @@ public:
int currentGameId;
QString gfeVersion;
QString appVersion;
QVector<NvDisplayMode> displayModes;
int maxLumaPixelsHEVC;
int serverCodecModeSupport;
// Persisted traits
QString localAddress;
@@ -66,7 +69,6 @@ public:
QByteArray macAddress;
QString name;
QString uuid;
int serverCodecModeSupport;
QVector<NvApp> appList;
// Synchronization