add new aspect_ratio to ddraw.ini

This commit is contained in:
FunkyFr3sh 2024-08-16 07:51:05 +02:00
parent 33666bbd19
commit 164365efd3
2 changed files with 5 additions and 2 deletions

View file

@ -28,8 +28,8 @@ typedef struct CNCDDRAWCONFIG
BOOL fullscreen;
BOOL windowed;
BOOL maintas;
BOOL boxing;
char aspect_ratio[16];
BOOL boxing;
int maxfps;
BOOL vsync;
BOOL adjmouse;