add experimental aspect_ratio setting (hidden for now)

This commit is contained in:
FunkyFr3sh 2024-08-15 10:16:20 +02:00
parent e23a0ce1d5
commit c7e4b81ad7
5 changed files with 59 additions and 8 deletions

View file

@ -29,6 +29,7 @@ typedef struct CNCDDRAWCONFIG
BOOL windowed;
BOOL maintas;
BOOL boxing;
char aspect_ratio[16];
int maxfps;
BOOL vsync;
BOOL adjmouse;