From 3dd7664581729ff32a1c88eb3d95e1713ceab1d7 Mon Sep 17 00:00:00 2001 From: Andy Adshead Date: Mon, 18 Feb 2019 09:57:16 +0000 Subject: [PATCH] Disable strict opengl by default --- Ryujinx/Config.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ryujinx/Config.jsonc b/Ryujinx/Config.jsonc index a21fc4807a..dcd44fc28a 100644 --- a/Ryujinx/Config.jsonc +++ b/Ryujinx/Config.jsonc @@ -42,7 +42,7 @@ "enable_fs_integrity_checks": true, // Enable strict OpenGL. Required OpenGL extensions/features will throw exceptions rather than potentially problamatic fallbacks - "enable_strict_opengl": true, + "enable_strict_opengl": false, // The primary controller's type // Supported Values: Handheld, ProController, NpadPair, NpadLeft, NpadRight