Closed shujaatak closed 4 years ago
I noticed that if I set renderer = opengl then the aspect ratio settings work but when I set renderer = sdl they don't work.
renderer = opengl
renderer = sdl
Now aspect_ratio is in effect, whether renderer is opengl or sdl.
Fantastic! I just tested it and it works great!
I noticed that if I set
renderer = opengl
then the aspect ratio settings work but when I setrenderer = sdl
they don't work.