Can save game configuration to file

This commit is contained in:
Iwan Timmer
2015-08-02 14:58:43 +02:00
parent 2571787384
commit 01d891542b
3 changed files with 46 additions and 4 deletions

View File

@@ -35,6 +35,7 @@ typedef struct _CONFIGURATION {
char* address;
char* mapping;
char* platform;
char* config_file;
bool sops;
bool localaudio;
struct input_config inputs[MAX_INPUTS];