Aleksoid1978 / VideoRenderer

Внешний видео-рендерер
GNU General Public License v3.0
983 stars 108 forks source link

Fix hdr toggling bug for refresh rate (#68) #132

Closed JTGaming closed 4 months ago

JTGaming commented 4 months ago

Fix for bug #68

Toggling HDR resets the display back to it's maximum native refresh rate, and since we sometimes might want to set our screen lower than that (e.g, to match the refresh with media fps), we have to revert this change manually.

There does not appear to be an API call that can set HDR status and refresh rate at the same time like you could with, say resolution + refresh rate, so we have to first set the hdr status and then set out desired refresh rate.