EmulationStation icon indicating copy to clipboard operation
EmulationStation copied to clipboard

Window does not automatically resize on screen resolution change

Open theofficialgman opened this issue 4 years ago • 0 comments

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.

theofficialgman avatar Jun 15 '21 03:06 theofficialgman