Better frame sheduling for smoothness

This commit is contained in:
Niellune
2026-03-27 23:41:40 +02:00
parent 79965af3e6
commit 74f039e36f
6 changed files with 45 additions and 49 deletions
-1
View File
@@ -24,7 +24,6 @@ private:
bool dirty = false;
bool frameRendered = false;
int requestFrame = 0;
bool showVideo = true;
bool fullscreen = false;
bool mouseDown = false;
int8_t latestState = PROTOCOL_STATUS_UNKNOWN;