Appveyor Ryujinx Updater (#1403)

Co-authored-by: Xpl0itR <xpl0itr@outlook.com>
This commit is contained in:
MelonSpeedruns
2020-09-29 16:05:25 -04:00
committed by GitHub
parent 4f65043ad7
commit a15459366e
16 changed files with 685 additions and 61 deletions

View File

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