mirror of
https://github.com/vcmi/vcmi.git
synced 2026-05-16 09:28:24 +02:00
Implement selection of upscaling filter in launcher
This commit is contained in:
@@ -166,7 +166,8 @@
|
||||
"showfps",
|
||||
"targetfps",
|
||||
"vsync",
|
||||
"scalingMode"
|
||||
"upscalingFilter",
|
||||
"downscalingFilter"
|
||||
],
|
||||
"properties" : {
|
||||
"resolution" : {
|
||||
@@ -230,7 +231,12 @@
|
||||
"type" : "boolean",
|
||||
"default" : true
|
||||
},
|
||||
"scalingMode" : {
|
||||
"upscalingFilter" : {
|
||||
"type" : "string",
|
||||
"enum" : [ "auto", "none", "xbrz2", "xbrz3", "xbrz4" ],
|
||||
"default" : "auto"
|
||||
},
|
||||
"downscalingFilter" : {
|
||||
"type" : "string",
|
||||
"enum" : [ "nearest", "linear", "best" ],
|
||||
"default" : "best"
|
||||
|
||||
Reference in New Issue
Block a user