Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable Dynamic Crop option #215

Open
limi opened this issue Oct 20, 2024 · 0 comments
Open

Disable Dynamic Crop option #215

limi opened this issue Oct 20, 2024 · 0 comments

Comments

@limi
Copy link
Collaborator

limi commented Oct 20, 2024

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

echo "1" >ENV:dsblvadj
echo "1" >ENVARC:dsblvadj

and

delete ENV:dsblvadj >NIL:
delete ENVARC:dsblvadj >NIL:

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant