1
0
Fork 0

new config file line of help

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1373
This commit is contained in:
uid83799 2003-10-23 19:42:35 +00:00
parent 59316dda6d
commit b76723b848

View file

@ -203,6 +203,8 @@ void DOSBOX_Init(void) {
MSG_Add("DOSBOX_CONFIGFILE_HELP",
"language -- Select another language file.\n"
"memsize -- Amount of memory dosbox has in megabytes.\n"
"machine -- The type of machine tries to emulate.\n"
" You can select from auto,hercules,tandy,vga.\n"
);
secprop=control->AddSection_prop("render",&RENDER_Init);