Frameskip when needed

Fixes lockups.
This commit is contained in:
Cacodemon345
2021-12-02 23:53:25 +06:00
committed by GitHub
parent bd65021c6b
commit f347c69dd0

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();
}