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

Keep Aspect option not working - use "stretch" instead #155

Open
ztronzo opened this issue Sep 18, 2023 · 0 comments
Open

Keep Aspect option not working - use "stretch" instead #155

ztronzo opened this issue Sep 18, 2023 · 0 comments

Comments

@ztronzo
Copy link

ztronzo commented Sep 18, 2023

FS-UAE Launcher has the Video setting "Keep aspect ratio when scaling (do not stretch)"
When the option is changed, the Launcher stores the setting in the "Data\Settings.ini" using the name "keep_aspect = "
When starting a configuration, you can see that the FS-UAE emulator ignores this option as this was deprecated and previously changed to "stretch =" in v2.9.6dev
(Last tested in Windows with portable version of FS-UAE Launcher 3.2.11-beta and FS-UAE v3.1.66)

As a workaround, you can add any of the following settings as a row in "FS-UAE Launcher" -> "Settings" -> "Advanced"

#Add the following row to Keep aspect ratio: On - equivalent to " keep_aspect = 1 "
stretch = 0

#Add the following row to Keep aspect ratio: Off - equivalent to " keep_aspect = 0 "
stretch = 1

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