aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx/_schema.json
diff options
context:
space:
mode:
Diffstat (limited to 'Ryujinx/_schema.json')
-rw-r--r--Ryujinx/_schema.json13
1 files changed, 12 insertions, 1 deletions
diff --git a/Ryujinx/_schema.json b/Ryujinx/_schema.json
index 90b993e6..d85aa438 100644
--- a/Ryujinx/_schema.json
+++ b/Ryujinx/_schema.json
@@ -719,7 +719,7 @@
"type": "number",
"title": "Custom Resolution Scale",
"description": "A custom floating point scale applied to applicable render targets. Only active when Resolution Scale is -1.",
- "default": 1.0,
+ "default": 1.0
},
"max_anisotropy": {
"$id": "#/properties/max_anisotropy",
@@ -966,6 +966,17 @@
false
]
},
+ "check_updates_on_start": {
+ "$id": "#/properties/check_updates_on_start",
+ "type": "boolean",
+ "title": "Checks for updates when ryujinx starts when enabled",
+ "description": "Checks for updates when ryujinx starts when enabled",
+ "default": true,
+ "examples": [
+ true,
+ false
+ ]
+ },
"enable_vsync": {
"$id": "#/properties/enable_vsync",
"type": "boolean",