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

≥TH14: Don't crash if the selected fullscreen resolution exceeds the maximum screen resolution #22

Open
nmlgc opened this issue May 27, 2018 · 0 comments
Labels

Comments

@nmlgc
Copy link
Contributor

nmlgc commented May 27, 2018

This problem comes up very regularly in the #support channel on Discord, due to common laptop resolutions like 1366×768 or similar being smaller than the recommended 1280×960 resolution.

Could be solved in a number of ways that are better than crashing:
• Still running the game in 1280×960, but downscaling the rendered image to match the maximum resolution.
• Switching down to 960×720 or even 640×480 as necessary. (This is what windowed mode does.)
• Or just simply showing a clear error message.

@nmlgc nmlgc added the ZUN bug label May 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant