RSDKModding / RetroED

RetroED v2.0
GNU General Public License v3.0
26 stars 4 forks source link

Fix SceneViewer FPS counter and remove update cap #114

Closed Mefiresu closed 2 months ago

Mefiresu commented 2 months ago

Make the FPS counter actually count the average framerate instead of draw time (counter is averaged over a second of runtime). Remove the 60FPS timer to make it update as fast as possible. Since the OpenGL context has VSync enabled, the scene will cap at the screen's refresh rate.