add workaround for flickering (black frames) during zoom

This commit is contained in:
FunkyFr3sh 2024-07-26 08:29:43 +02:00
parent 918037dd3e
commit ec0dbeca6b
5 changed files with 11 additions and 0 deletions

View file

@ -168,6 +168,7 @@ typedef struct CNCDDRAW
struct
{
LONG frame_skip;
BOOL enabled;
} zoom;
} CNCDDRAW;