Disable strict opengl by default
This commit is contained in:
parent
212f06f1f6
commit
3dd7664581
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@
|
||||||
"enable_fs_integrity_checks": true,
|
"enable_fs_integrity_checks": true,
|
||||||
|
|
||||||
// Enable strict OpenGL. Required OpenGL extensions/features will throw exceptions rather than potentially problamatic fallbacks
|
// 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
|
// The primary controller's type
|
||||||
// Supported Values: Handheld, ProController, NpadPair, NpadLeft, NpadRight
|
// Supported Values: Handheld, ProController, NpadPair, NpadLeft, NpadRight
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue