mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2026-04-24 00:56:42 +00:00
Make SDL fullscreen optional
This commit is contained in:
@@ -39,6 +39,7 @@ typedef struct _CONFIGURATION {
|
||||
char key_dir[4096];
|
||||
bool sops;
|
||||
bool localaudio;
|
||||
bool fullscreen;
|
||||
struct input_config inputs[MAX_INPUTS];
|
||||
int inputsCount;
|
||||
} CONFIGURATION, *PCONFIGURATION;
|
||||
|
||||
Reference in New Issue
Block a user