mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-06 10:44:01 +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:
@@ -194,7 +194,7 @@ static bool savePreset(struct EGL_PostProcess * this, const char * name)
|
||||
free(path);
|
||||
|
||||
DEBUG_INFO("Saving preset: %s", name);
|
||||
option_dump(file, "eglFilter");
|
||||
option_dump_preset(file);
|
||||
fclose(file);
|
||||
return true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user