[common] option: change option_dump to option_dump_preset

This new function dumps all options marked as preset instead of dumping
individual sections. This should allow filter options to not be all grouped
into the [eglFilter] section.
This commit is contained in:
Quantum
2021-08-30 04:23:09 -04:00
committed by Geoffrey McRae
parent 3345ff8448
commit 39e42ba735
3 changed files with 23 additions and 13 deletions

View File

@@ -102,8 +102,8 @@ bool option_validate(void);
// print out the options, help, and their current values
void option_print(void);
// dump the options in ini format into the file
bool option_dump(FILE * file, const char * module);
// dump preset options in ini format into the file
bool option_dump_preset(FILE * file);
// final cleanup
void option_free(void);