Skip to content

Engine: Move glGetGraphicsResetStatus() out of handleevents() and into videoShowFrame()

This also reverts a previous change where the gl reset status would only be checked periodically instead of every time. It seems that this only presents a bottleneck on some very specific hardware.

Merge request reports