Updated scheme for new property in config

This commit is contained in:
Andy Adshead 2019-02-18 16:31:27 +00:00
parent d440384a11
commit 01633daae2

View file

@ -399,6 +399,17 @@
false
]
},
"enable_strict_opengl": {
"$id": "#/properties/enable_strict_opengl",
"type": "boolean",
"title": "Enable Strict OpenGL",
"description": "Required OpenGL extensions/features will throw exceptions rather than potentially problamatic fallbacks",
"default": false,
"examples": [
true,
false
]
},
"controller_type": {
"$id": "#/properties/controller_type",
"type": "string",