From 01633daae21f868f2f0fdba412509ef1b8d5f324 Mon Sep 17 00:00:00 2001 From: Andy Adshead Date: Mon, 18 Feb 2019 16:31:27 +0000 Subject: [PATCH] Updated scheme for new property in config --- Ryujinx/_schema.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Ryujinx/_schema.json b/Ryujinx/_schema.json index 28f3511181..96b246cedb 100644 --- a/Ryujinx/_schema.json +++ b/Ryujinx/_schema.json @@ -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",