config: fix 4K resolution typo (#1139)
This commit is contained in:
@@ -373,7 +373,7 @@ resolutions
|
||||
2560x1080,
|
||||
3440x1440,
|
||||
1920x1200,
|
||||
3860x2160,
|
||||
3840x2160,
|
||||
3840x1600,
|
||||
]
|
||||
|
||||
@@ -389,7 +389,7 @@ resolutions
|
||||
2560x1080,
|
||||
3440x1440,
|
||||
1920x1200,
|
||||
3860x2160,
|
||||
3840x2160,
|
||||
3840x1600,
|
||||
]
|
||||
|
||||
|
||||
@@ -404,7 +404,7 @@ namespace config {
|
||||
"2560x1080"s,
|
||||
"3440x1440"s
|
||||
"1920x1200"s,
|
||||
"3860x2160"s,
|
||||
"3840x2160"s,
|
||||
"3840x1600"s,
|
||||
}, // supported resolutions
|
||||
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user