mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-02-16 20:15:38 +00:00
Small cosmetic change to the --display command line option.
This commit is contained in:
parent
01e726f23a
commit
777480aa6e
|
@ -1108,7 +1108,7 @@ You can use **--help** or **-h** to view the list of command line options, as sh
|
||||||
### Unix
|
### Unix
|
||||||
|
|
||||||
```
|
```
|
||||||
--display [index, 1-4] Display/monitor to use
|
--display [index 1-4] Display/monitor to use
|
||||||
--resolution [width] [height] Application resolution
|
--resolution [width] [height] Application resolution
|
||||||
--windowed Windowed mode, should be combined with --resolution
|
--windowed Windowed mode, should be combined with --resolution
|
||||||
--fullscreen-normal Normal fullscreen mode
|
--fullscreen-normal Normal fullscreen mode
|
||||||
|
@ -1133,7 +1133,7 @@ You can use **--help** or **-h** to view the list of command line options, as sh
|
||||||
### macOS and Windows
|
### macOS and Windows
|
||||||
|
|
||||||
```
|
```
|
||||||
--display [index, 1-4] Display/monitor to use
|
--display [index 1-4] Display/monitor to use
|
||||||
--resolution [width] [height] Application resolution
|
--resolution [width] [height] Application resolution
|
||||||
--vsync [1/on or 0/off] Turn VSync on or off (default is on)
|
--vsync [1/on or 0/off] Turn VSync on or off (default is on)
|
||||||
--max-vram [size] Max VRAM to use (in mebibytes) before swapping
|
--max-vram [size] Max VRAM to use (in mebibytes) before swapping
|
||||||
|
|
Binary file not shown.
|
@ -293,7 +293,7 @@ bool parseArgs(int argc, char* argv[])
|
||||||
"Usage: emulationstation [options]\n"
|
"Usage: emulationstation [options]\n"
|
||||||
"EmulationStation Desktop Edition, Emulator Front-end\n\n"
|
"EmulationStation Desktop Edition, Emulator Front-end\n\n"
|
||||||
"Options:\n"
|
"Options:\n"
|
||||||
" --display [index, 1-4] Display/monitor to use\n"
|
" --display [index 1-4] Display/monitor to use\n"
|
||||||
" --resolution [width] [height] Application resolution\n"
|
" --resolution [width] [height] Application resolution\n"
|
||||||
#if defined(__unix__)
|
#if defined(__unix__)
|
||||||
" --windowed Windowed mode, should be combined with --resolution\n"
|
" --windowed Windowed mode, should be combined with --resolution\n"
|
||||||
|
|
Loading…
Reference in a new issue