changed the help string in the configfile
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@804
This commit is contained in:
parent
d995943148
commit
9a6d254943
1 changed files with 1 additions and 1 deletions
|
@ -366,7 +366,7 @@ static void DecreaseFrameSkip(void) {
|
|||
}
|
||||
|
||||
void RENDER_Init(Section * sec) {
|
||||
MSG_Add("RENDER_CONFIGFILE_HELP","Available renderers:scale2x, none\n");
|
||||
MSG_Add("RENDER_CONFIGFILE_HELP","Available scalers: scale2x, none\n");
|
||||
Section_prop * section=static_cast<Section_prop *>(sec);
|
||||
|
||||
render.pal.first=256;
|
||||
|
|
Loading…
Add table
Reference in a new issue