commands.sh

retroarch

linux

A frontend for emulators, game engines and media players. The reference implementation of the libretro API.

More info →

Options (3)

-f, --fullscreenboolean

Start in full screen mode

Example: retroarch {{[-f|--fullscreen]}}
-c, --configboolean

Set the path of a configuration file

Example: retroarch {{[-c|--config]}} {{path/to/config_file}}
-h, --helpboolean

Display help

Example: retroarch {{[-h|--help]}}

Examples (6)

Start in the menu mode

Start in full screen mode

retroarch [-f|--fullscreen]

List all compiled features

retroarch --features

Set the path of a configuration file

retroarch [-c|--config] path/to/config_file

Display help

retroarch [-h|--help]

Display version

retroarch --version
made by @shridhargupta | data from tldr-pages