enjoy for RetroArch

Play any game ROM with associated emulator in RetroArch on Linux

enjoy

Introduction

enjoy is a wrapper around RetroArch on Linux to help running emulator cores through the commandline. This functionality can be used to configure your system to launch games from RetroArch directly within your file manager by (double) clicking the ROM files too. The main magic comes from a user configuration file with rules and aliases to extensions and emulator core names.

Example

bash $ enjoy '~/roms/snes/Super Mario World (U) [!].smc'

Features

Quick Start

  1. Install and setup RetroArch first, if not done already: RetroArch
  2. Download enjoy from Releases and unpack it.
  3. Optionally, install it in a directory within $PATH. The default "install.sh" script that comes with the downloadable distribution archive does it. Read a more detailed description about the installation process in the Wiki: Installation
  4. Execute enjoy --open-config to open the default configuration file or create one at "~/.config/enjoy/default.ini" if it does not exist. Read more about the configuration at User Configuration File.
  5. Optionally, register enjoy as the default program to the specific ROM file extensions (in example ".smc").
  6. Enjoy.

User Configuration File

Read a more detailed description about the file in the Wiki: User Configuration File

The default configuration file at "~/.config/enjoy/default.ini" will be automatically loaded up each time enjoy is executed. It is in an easy to understand and editable INI format. Here a quick overview:

```ini [options] retroarch = /usr/bin/retroarch

[cores] snes = snes9x gb = sameboy_libretro.so

[.smc .sfc] core = snes

[/home/user/roms/psx/] core = psx ```

There are 4 different categories of sections.

Directory Rules should be used sparingly.

Known Bugs, Limitations and Quirks