BASE: Fix missing newline in command line output
This commit is contained in:
parent
aaaffa96d4
commit
aca3975843
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ static const char HELP_STRING[] =
|
|||
" -g, --gfx-mode=MODE Select graphics scaler (1x,2x,3x,2xsai,super2xsai,\n"
|
||||
" supereagle,advmame2x,advmame3x,hq2x,hq3x,tv2x,\n"
|
||||
" dotmatrix)\n"
|
||||
" --stretch-mode=MODE Select stretch mode (center, integral, fit, stretch)"
|
||||
" --stretch-mode=MODE Select stretch mode (center, integral, fit, stretch)\n"
|
||||
" --filtering Force filtered graphics mode\n"
|
||||
" --no-filtering Force unfiltered graphics mode\n"
|
||||
" --gui-theme=THEME Select GUI theme\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue