Update libgamestream for h265

This commit is contained in:
Iwan Timmer
2016-02-01 13:53:48 +01:00
parent e53be38bdb
commit 48bbcbf954
7 changed files with 26 additions and 9 deletions

View File

@@ -27,10 +27,12 @@
typedef struct _SERVER_DATA {
const char* address;
char* gpuType;
bool paired;
bool supports4K;
int currentGame;
int serverMajorVersion;
long maxLumaPixelsHEVC;
} SERVER_DATA, *PSERVER_DATA;
int gs_init(PSERVER_DATA server, const char *keyDirectory);