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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: