Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1009 Bytes

README.md

File metadata and controls

37 lines (26 loc) · 1009 Bytes

libretro-bash-launcher

Based on libretro-dolphin-launcher.

Launch Bash-scripts directly from RetroArch to launch your Linux games.

Bash Launcher Screenshot

Installation

  1. Compile the core
git clone https://github.com/SwedishGojira/libretro-bash-launcher.git
cd libretro-bash-launcher
make
  1. Copy the core file to the RetroArch cores directory (Path may differ depending on distribution. Check your system for correct path.)
cp bash_launcher_libretro.so /usr/lib/libretro/

Usage

  1. Scan Bash-scripts in RetroArch

  2. Launch the script directly from the RetroArch menu

  3. Alternatively, you can run games through the command line

retroarch -L bash_launcher_libretro.so script.sh

Contributors