Add support for C&C video scaling

This commit is contained in:
Toni Spets 2011-03-24 19:41:36 +02:00
parent a803c12995
commit c073805db3
3 changed files with 46 additions and 0 deletions

1
main.h
View file

@ -77,6 +77,7 @@ typedef struct IDirectDrawImpl
BOOL devmode;
BOOL vsync;
float sensitivity;
BOOL vhack;
} IDirectDrawImpl;