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

Window does not automatically resize on screen resolution change #756

Open
theofficialgman opened this issue Jun 15, 2021 · 0 comments
Open

Comments

@theofficialgman
Copy link

SDL2 allows for automatic changing of screenresolution and updating the viewport.
Currently, when the screen resolution is changed while emulationstation is open or during a game and exiting back to emulationstation, the rendered emulation station view is not changed (so the image is either too large for the screen or too small).

A combination of SDL_WINDOW_RESIZABLE and SDL_WINDOW_FULLSCREEN_DESKTOP should allow this to occur. Retroarch can be referenced for fixing this issue as it handles resolution changes while running in game gracefully.

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

No branches or pull requests

2 participants