From 97ac94d222add46a4bd1bed7301a0fb5d581b434 Mon Sep 17 00:00:00 2001 From: Peter Veenstra Date: Mon, 27 Aug 2018 15:40:02 +0000 Subject: [PATCH] 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 --- src/dosbox.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/dosbox.cpp b/src/dosbox.cpp index a5012665..8f379422 100644 --- a/src/dosbox.cpp +++ b/src/dosbox.cpp @@ -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[] = {