[client] egl: mark all preset-only options as such

This commit is contained in:
Quantum
2021-08-30 04:17:25 -04:00
committed by Geoffrey McRae
parent 44850f1699
commit 3345ff8448
4 changed files with 10 additions and 0 deletions

View File

@@ -70,6 +70,7 @@ void egl_postProcessEarlyInit(void)
.module = "eglFilter",
.name = "order",
.description = "The order of filters to use",
.preset = true,
.type = OPTION_TYPE_STRING,
.value.x_string = ""
},