don't emulate 60hz vblank on 60hz monitor

This commit is contained in:
FunkyFr3sh 2024-10-02 16:47:17 +02:00
parent f9fa3b0fa2
commit 95a5f7231e
2 changed files with 10 additions and 1 deletions

View file

@ -176,6 +176,7 @@ typedef struct CNCDDRAW
DWORD gui_thread_id;
BOOL show_driver_warning;
BOOL windowed_hack;
BOOL wait_for_real_vblank;
struct
{