only limit ticks in gui thread

This commit is contained in:
FunkyFr3sh 2022-10-19 23:48:20 +02:00
parent 24d66d8a30
commit 0345cbdda3
3 changed files with 5 additions and 0 deletions

View file

@ -173,6 +173,7 @@ typedef struct CNCDDRAW
BOOL show_driver_warning;
SPEEDLIMITER ticks_limiter;
SPEEDLIMITER flip_limiter;
DWORD gui_thread;
} CNCDDRAW;