Appveyor Ryujinx Updater (#1403)
Co-authored-by: Xpl0itR <xpl0itr@outlook.com>
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user