mirror of
https://github.com/FunkyFr3sh/cnc-ddraw.git
synced 2025-03-25 01:57:47 +01:00
enable maintain aspect ratio by default
This commit is contained in:
parent
ef0fff19bd
commit
5ee245651e
@ -34,7 +34,7 @@ void cfg_load()
|
|||||||
GET_INT(g_config.window_rect.bottom, "height", 0);
|
GET_INT(g_config.window_rect.bottom, "height", 0);
|
||||||
GET_BOOL(g_config.fullscreen, "fullscreen", FALSE);
|
GET_BOOL(g_config.fullscreen, "fullscreen", FALSE);
|
||||||
GET_BOOL(g_config.windowed, "windowed", FALSE);
|
GET_BOOL(g_config.windowed, "windowed", FALSE);
|
||||||
GET_BOOL(g_config.maintas, "maintas", FALSE);
|
GET_BOOL(g_config.maintas, "maintas", TRUE);
|
||||||
GET_BOOL(g_config.boxing, "boxing", FALSE);
|
GET_BOOL(g_config.boxing, "boxing", FALSE);
|
||||||
GET_INT(g_config.maxfps, "maxfps", -1);
|
GET_INT(g_config.maxfps, "maxfps", -1);
|
||||||
GET_BOOL(g_config.vsync, "vsync", FALSE);
|
GET_BOOL(g_config.vsync, "vsync", FALSE);
|
||||||
@ -173,7 +173,7 @@ static void cfg_create_ini()
|
|||||||
"windowed=true\n"
|
"windowed=true\n"
|
||||||
"\n"
|
"\n"
|
||||||
"; Maintain aspect ratio\n"
|
"; Maintain aspect ratio\n"
|
||||||
"maintas=false\n"
|
"maintas=true\n"
|
||||||
"\n"
|
"\n"
|
||||||
"; Windowboxing / Integer Scaling\n"
|
"; Windowboxing / Integer Scaling\n"
|
||||||
"boxing=false\n"
|
"boxing=false\n"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user