mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2026-04-23 16:46:48 +00:00
Check protocol version
This commit is contained in:
@@ -25,6 +25,9 @@
|
||||
|
||||
#include <stdbool.h>
|
||||
|
||||
#define MIN_SUPPORTED_GFE_VERSION 3
|
||||
#define MAX_SUPPORTED_GFE_VERSION 7
|
||||
|
||||
typedef struct _SERVER_DATA {
|
||||
const char* address;
|
||||
char* gpuType;
|
||||
|
||||
Reference in New Issue
Block a user