You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Turns out, the 1080p vadjustfile is applied even though you are not in a 1080p resolution. So to support other resolutions, we should offer an option to disable the Dynamic Crop 1080p/4K scaling.
There used to be a check like this:
if NOT EXISTS ENV:dsblvadj
And the scripts to disable/enable looked like this
Turns out, the 1080p
vadjust
file is applied even though you are not in a 1080p resolution. So to support other resolutions, we should offer an option to disable the Dynamic Crop 1080p/4K scaling.There used to be a check like this:
if NOT EXISTS ENV:dsblvadj
And the scripts to disable/enable looked like this
and
They also applied a default crop, but in a way that is not compatible with the current way that is handled.
We would also need to kill the vadjust file in MiSTer: if it exists.
The text was updated successfully, but these errors were encountered: