mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-05 22:56:08 +00:00
Update cheatsheets
This commit is contained in:
@@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
> A frontend for emulators, game engines and media players.
|
||||
> The reference implementation of the libretro API.
|
||||
> More information: <https://github.com/libretro/RetroArch>.
|
||||
> More information: <https://manned.org/retroarch>.
|
||||
|
||||
- Start in the menu mode:
|
||||
|
||||
@@ -15,7 +15,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Start in full screen mode:
|
||||
|
||||
`retroarch --fullscreen`
|
||||
`retroarch {{[-f|--fullscreen]}}`
|
||||
|
||||
- List all compiled features:
|
||||
|
||||
@@ -23,11 +23,11 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Set the path of a configuration file:
|
||||
|
||||
`retroarch --config={{path/to/config_file}}`
|
||||
`retroarch {{[-c|--config]}} {{path/to/config_file}}`
|
||||
|
||||
- Display help:
|
||||
|
||||
`retroarch --help`
|
||||
`retroarch {{[-h|--help]}}`
|
||||
|
||||
- Display version:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user