NVR files now stored per-config.

This commit is contained in:
SarahW 2017-10-11 21:36:41 +01:00
commit a44fcb196b
47 changed files with 32 additions and 4 deletions

View file

@ -21,6 +21,7 @@ void config_dump(int is_global);
void config_free(int is_global);
extern char config_file_default[256];
extern char config_name[256];
#define CFG_MACHINE 0
#define CFG_GLOBAL 1