config: fix 4K resolution typo (#1139)

This commit is contained in:
ReenigneArcher
2023-04-05 10:12:02 -04:00
committed by GitHub
parent 01167569ab
commit 809d7f9d0e
3 changed files with 4 additions and 4 deletions

View File

@@ -373,7 +373,7 @@ resolutions
2560x1080,
3440x1440,
1920x1200,
3860x2160,
3840x2160,
3840x1600,
]
@@ -389,7 +389,7 @@ resolutions
2560x1080,
3440x1440,
1920x1200,
3860x2160,
3840x2160,
3840x1600,
]

View File

@@ -404,7 +404,7 @@ namespace config {
"2560x1080"s,
"3440x1440"s
"1920x1200"s,
"3860x2160"s,
"3840x2160"s,
"3840x1600"s,
}, // supported resolutions

View File

@@ -1000,7 +1000,7 @@
"origin_web_ui_allowed": "lan",
"qsv_coder": "auto",
"qsv_preset": "medium",
"resolutions": "[352x240,480x360,858x480,1280x720,1920x1080,2560x1080,3440x1440,1920x1200,3860x2160,3840x1600]",
"resolutions": "[352x240,480x360,858x480,1280x720,1920x1080,2560x1080,3440x1440,1920x1200,3840x2160,3840x1600]",
"sw_preset": "superfast",
"sw_tune": "zerolatency",
"upnp": "disabled",