Description
Is your feature request related to a problem? Please describe.
I have a 75Hz monitor and I'm unable to set the refresh rate to 75Hz, resulting in choppy scrolling when the program is set to follow the playhead frame-by-frame.
Describe the enhancement you'd like
I'd like to be able to set a custom refresh rate instead of the predefined options. I'd prefer if you didn't just add 75Hz as another predefined option, since that doesn't fix the issue for people with other refresh rates (such as 85Hz).
Additional context
I looked at the code to see where the refresh rate was set, and saw this:
Why not just do game_set_speed(refreshrate,gamespeed_fps)
and store the actual refresh rate in Hz in the config? Of course, I don't know GML, so this could be completely wrong.