Closed FunkyFr3sh closed 6 months ago
When "Borderless" was selected in the config it should also set these values:
toggle_borderless = true toggle_upscaled = false
When "Fullscreen" was selected in the config it should also set these values:
toggle_borderless = false toggle_upscaled = true
"Windowed" mode should probably use the same settings as borderless, (but it's personal preference though)
Might also be a good idea to default to opengl for higher quality upscaling
renderer=opengl shader=Bicubic
Or maybe add the shader settings to the config as well?
Nearest neighbor, Bilinear, Bicubic, Lanczos, xBR-lv2
Fixed and will be included in the next release.
When "Borderless" was selected in the config it should also set these values:
When "Fullscreen" was selected in the config it should also set these values:
"Windowed" mode should probably use the same settings as borderless, (but it's personal preference though)
Might also be a good idea to default to opengl for higher quality upscaling
Or maybe add the shader settings to the config as well?
Nearest neighbor, Bilinear, Bicubic, Lanczos, xBR-lv2