fix red alert 1 video stretching for my patch and add GDI renderer video stretching

This commit is contained in:
Maikel vd H 2012-12-11 00:25:21 +01:00
parent 0a4aa43722
commit b91be078fd
16 changed files with 6392 additions and 30 deletions

1
main.h
View file

@ -81,6 +81,7 @@ typedef struct IDirectDrawImpl
BOOL vsync;
float sensitivity;
BOOL vhack;
BOOL isredalert;
DWORD WINAPI (*renderer)(void);
} IDirectDrawImpl;