1
1
mirror of https://github.com/ryujinx-mirror/ryujinx.git synced 2025-09-25 08:02: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:
Ac_K
2020-12-16 03:19:07 +01:00
committed by GitHub
parent 808380690c
commit 11222516c4
14 changed files with 264 additions and 57 deletions

View File

@@ -1,8 +1,9 @@
{
"version": 17,
"version": 18,
"res_scale": 1,
"res_scale_custom": 1,
"max_anisotropy": -1,
"aspect_ratio": "Fixed16x9",
"graphics_shaders_dump_path": "",
"logging_enable_debug": false,
"logging_enable_stub": true,