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 integrity checks on Switch content files
|
||||||
"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 problematic fallbacks
|
||||||
"enable_strict_opengl": false,
|
"enable_strict_opengl": false,
|
||||||
|
|
||||||
// The primary controller's type
|
// The primary controller's type
|
||||||
|
|
|
@ -403,7 +403,7 @@
|
||||||
"$id": "#/properties/enable_strict_opengl",
|
"$id": "#/properties/enable_strict_opengl",
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"title": "Enable Strict OpenGL",
|
"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,
|
"default": false,
|
||||||
"examples": [
|
"examples": [
|
||||||
true,
|
true,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue