Fixed typo

This commit is contained in:
Andy Adshead 2019-02-19 05:36:59 +00:00
parent 01633daae2
commit df09de6399
2 changed files with 2 additions and 2 deletions

View file

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

View file

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