SFTtech / openage

Free (as in freedom) open source clone of the Age of Empires II engine 🚀
http://openage.dev
Other
12.51k stars 1.11k forks source link

Turn off vsync for renderer stresstest #1638

Closed heinezen closed 2 months ago

heinezen commented 2 months ago

We didn't gave any vsync settings in the Qt renderer previously, so I added them again. There's also a new window_settings struct that can be extended with flags or other types of configuration data.

The stresstest for the renderer now runs with unlimited FPS by default. It didn't really go under 60 FPS anymore, so this makes the frame dropoff a bit more obvious for now.