mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2026-04-16 21:40:00 +00:00
Merge branch 'pc'
This commit is contained in:
10
src/config.h
10
src/config.h
@@ -21,14 +21,24 @@
|
||||
|
||||
#include <stdbool.h>
|
||||
|
||||
#define MAX_INPUTS 6
|
||||
|
||||
struct input_config {
|
||||
char* path;
|
||||
char* mapping;
|
||||
};
|
||||
|
||||
typedef struct _CONFIGURATION {
|
||||
STREAM_CONFIGURATION stream;
|
||||
char* app;
|
||||
char* action;
|
||||
char* address;
|
||||
char* mapping;
|
||||
char* platform;
|
||||
bool sops;
|
||||
bool localaudio;
|
||||
struct input_config inputs[MAX_INPUTS];
|
||||
int inputsCount;
|
||||
} CONFIGURATION, *PCONFIGURATION;
|
||||
|
||||
bool inputAdded;
|
||||
|
||||
Reference in New Issue
Block a user