mickelson / attract

A graphical front-end for command line emulators that hides the underlying operating system and is intended to be controlled with a joystick or gamepad.
http://attractmode.org
GNU General Public License v3.0
393 stars 115 forks source link

FPS Monitor Fix #621

Closed oomek closed 4 years ago

oomek commented 4 years ago

Changed the way the graph is drawn due to some reported problems under DRM. FPS Monitor previously used a trick with surface clones to retrieve a previous frame content which allowed to make a scrolling buffer. Now it's drawn using the conventional method with image clones which is also as fast as before.