1
0
Fork 0

document suggestion to change scaler or fullresolution if you don't like the black bars or border

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@4144
This commit is contained in:
Peter Veenstra 2018-08-27 15:40:02 +00:00
parent 53b67e8871
commit 97ac94d222

View file

@ -448,12 +448,14 @@ void DOSBOX_Init(void) {
Pint->Set_help("How many frames DOSBox skips before drawing one.");
Pbool = secprop->Add_bool("aspect",Property::Changeable::Always,false);
Pbool->Set_help("Do aspect correction, if your output method doesn't support scaling this can slow things down!.");
Pbool->Set_help("Do aspect correction, if your output method doesn't support scaling this can slow things down!");
Pmulti = secprop->Add_multi("scaler",Property::Changeable::Always," ");
Pmulti->SetValue("normal2x");
Pmulti->Set_help("Scaler used to enlarge/enhance low resolution modes. If 'forced' is appended,\n"
"then the scaler will be used even if the result might not be desired.");
"then the scaler will be used even if the result might not be desired.\n"
"To fit a scaler in the resolution used at full screen may require a border or side bars,\n"
"to fill the screen entirely, depending on your hardware, a different scaler/fullresolution might work.");
Pstring = Pmulti->GetSection()->Add_string("type",Property::Changeable::Always,"normal2x");
const char *scalers[] = {