only limit ticks in gui thread
This commit is contained in:
parent
24d66d8a30
commit
0345cbdda3
3 changed files with 5 additions and 0 deletions
1
inc/dd.h
1
inc/dd.h
|
@ -173,6 +173,7 @@ typedef struct CNCDDRAW
|
|||
BOOL show_driver_warning;
|
||||
SPEEDLIMITER ticks_limiter;
|
||||
SPEEDLIMITER flip_limiter;
|
||||
DWORD gui_thread;
|
||||
|
||||
} CNCDDRAW;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue