maintain aspect ratio

This commit is contained in:
FunkyFr3sh 2018-03-14 14:02:04 +01:00
parent 8978f7320a
commit ecaaf8e647
4 changed files with 32 additions and 5 deletions

View file

@ -84,6 +84,7 @@ typedef struct IDirectDrawImpl
char screenshotKey;
BOOL opengl_pbo;
BOOL fullscreen;
BOOL maintas;
} IDirectDrawImpl;