mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-10-13 19:08:11 +00:00
[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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user