Linux command
retroarch 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Example
retroarch
Load a ROM
retroarch -L [path/to/core.so] [path/to/rom]
Example
retroarch -f
Example
retroarch -c [path/to/config]
Load content
retroarch -v -L [path/to/core.so] [path/to/rom]
Example
retroarch --features
Example
retroarch -h
说明
retroarch is a frontend for emulators, game engines, and media players based on the libretro API. It provides a unified interface for playing retro games across many platforms. The tool uses interchangeable "cores" for different systems (NES, SNES, PlayStation, etc.) with features like shaders, netplay, achievements, and input remapping.
参数
- -f, --fullscreen
- Start in fullscreen mode
- -c, --config _file_
- Use specific configuration file
- -L, --libretro _core_
- Load specific libretro core
- --features
- List compiled features
- --menu
- Start directly in menu
- -v, --verbose
- Verbose logging
- -s, --save _slot_
- Load save state from specified slot
- --appendconfig _file_
- Append extra config file (overrides values in main config)
- -h, --help
- Display help
FAQ
What is the retroarch command used for?
retroarch is a frontend for emulators, game engines, and media players based on the libretro API. It provides a unified interface for playing retro games across many platforms. The tool uses interchangeable "cores" for different systems (NES, SNES, PlayStation, etc.) with features like shaders, netplay, achievements, and input remapping.
How do I run a basic retroarch example?
Run `retroarch` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -f, --fullscreen do in retroarch?
Start in fullscreen mode