1
0
Fork 0

disabled aspect

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1554
This commit is contained in:
Peter Veenstra 2004-01-10 18:45:50 +00:00
parent 94b8931b78
commit 186b881f15

View file

@ -210,7 +210,7 @@ void DOSBOX_Init(void) {
secprop=control->AddSection_prop("render",&RENDER_Init);
secprop->Add_int("frameskip",0);
secprop->Add_string("snapdir","snaps");
secprop->Add_bool("aspect",true);
secprop->Add_bool("aspect",false);
secprop->Add_string("scaler","normal2x");
MSG_Add("RENDER_CONFIGFILE_HELP",
"frameskip -- How many frames dosbox skips before drawing one.\n"