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
397 stars 115 forks source link

Fixed low framerate on AMD cards #550

Closed oomek closed 5 years ago

oomek commented 5 years ago

On AMD cards windowed modes have decreased framerate by half caused by DwmFlush and OGL Vsync doing double wait. As a fix in window modes other than fullscreen we disable vsync and let dwmapi to handle waiting.