Add vsync ini option, controls GL_EXT_swap_control, default disabled

This commit is contained in:
Toni Spets 2010-11-17 22:12:19 +02:00
parent fe6322d165
commit d066962617
3 changed files with 32 additions and 1 deletions

1
main.h
View file

@ -73,6 +73,7 @@ typedef struct IDirectDrawImpl
BOOL adjmouse;
BOOL mhack;
BOOL devmode;
BOOL vsync;
} IDirectDrawImpl;