mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-09-26 09:22:02 -05:00
gui/gpu: Implement setting and toggle for Aspect Ratio (#1777)
* gui/gpu: Implement setting and toggle for Aspect Ratio * address gdkchan feedback and add 16:10 * fix config.json file * Fix rebase * Address gdkchan feedback * Address rip feedback * Fix aspectWidth
This commit is contained in:
@@ -941,6 +941,21 @@
|
||||
16
|
||||
]
|
||||
},
|
||||
"aspect_ratio": {
|
||||
"$id": "#/properties/aspect_ratio",
|
||||
"type": "string",
|
||||
"title": "Aspect Ratio applied to the renderer window.",
|
||||
"description": "Aspect Ratio applied to the renderer window.",
|
||||
"default": "Fixed16x9",
|
||||
"examples": [
|
||||
"Fixed4x3",
|
||||
"Fixed16x9",
|
||||
"Fixed16x10",
|
||||
"Fixed21x9",
|
||||
"Fixed32x9",
|
||||
"Stretched"
|
||||
]
|
||||
},
|
||||
"graphics_shaders_dump_path": {
|
||||
"$id": "#/properties/graphics_shaders_dump_path",
|
||||
"type": "string",
|
||||
|
Reference in New Issue
Block a user