Add vsync ini option, controls GL_EXT_swap_control, default disabled
This commit is contained in:
parent
fe6322d165
commit
d066962617
3 changed files with 32 additions and 1 deletions
1
main.h
1
main.h
|
@ -73,6 +73,7 @@ typedef struct IDirectDrawImpl
|
|||
BOOL adjmouse;
|
||||
BOOL mhack;
|
||||
BOOL devmode;
|
||||
BOOL vsync;
|
||||
|
||||
} IDirectDrawImpl;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue