Indev450 / SRB2Kart-Saturn

GNU General Public License v2.0
26 stars 9 forks source link

Use FBO to allow downsampling in Opengl #125

Closed alufolie91 closed 5 months ago

alufolie91 commented 6 months ago

What it says this scans your current display and checks if the game resolution is higher than your current screen resolution, and if so, it enables a screen FBO which it can render to and which fixes issues with downsampling Also adds a window move event so when you move the fullscreen game to for example a diff screen it also can apply automatically