Disable strict opengl by default

This commit is contained in:
Andy Adshead 2019-02-18 09:57:16 +00:00
parent 212f06f1f6
commit 3dd7664581

View file

@ -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