Fixed typo
This commit is contained in:
parent
01633daae2
commit
df09de6399
2 changed files with 2 additions and 2 deletions
|
@ -41,7 +41,7 @@
|
|||
// Enable integrity checks on Switch content files
|
||||
"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 problematic fallbacks
|
||||
"enable_strict_opengl": false,
|
||||
|
||||
// The primary controller's type
|
||||
|
|
|
@ -403,7 +403,7 @@
|
|||
"$id": "#/properties/enable_strict_opengl",
|
||||
"type": "boolean",
|
||||
"title": "Enable Strict OpenGL",
|
||||
"description": "Required OpenGL extensions/features will throw exceptions rather than potentially problamatic fallbacks",
|
||||
"description": "Required OpenGL extensions/features will throw exceptions rather than potentially problematic fallbacks",
|
||||
"default": false,
|
||||
"examples": [
|
||||
true,
|
||||
|
|
Loading…
Add table
Reference in a new issue