1
0
Fork 0

Enabling aspect correction option for config file

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1412
This commit is contained in:
Sjoerd van der Berg 2003-11-08 09:59:10 +00:00
parent a1e279829b
commit b4dcb24e35

View file

@ -210,10 +210,12 @@ 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_string("scaler","normal2x");
MSG_Add("RENDER_CONFIGFILE_HELP",
"frameskip -- How many frames dosbox skips before drawing one.\n"
"snapdir -- Directory where screenshots get saved.\n"
"aspect -- Do aspect correction.\n"
"scaler -- Scaler used to enlarge/enhance low resolution modes.\n"
" Supported are none,normal2x,advmame2x\n"
);