Merge pull request #6 from Cacodemon345/patch-23

Frameskip when needed
This commit is contained in:
Joakim L. Gilje
2021-12-02 20:01:51 +01:00
committed by GitHub

View File

@@ -156,5 +156,6 @@ void GLESWidget::qt_real_blit(int x, int y, int w, int h)
video_screenshot((uint32_t *)imagebits, 0, 0, 2048 + 64);
}
video_blit_complete();
firstupdate = false;
this->reqUpdate();
}