No description
Find a file
2019-02-11 13:16:04 +01:00
.editorconfig Initial commit 2016-10-07 20:13:29 -04:00
.gitignore Initial commit 2016-10-07 20:13:29 -04:00
bash_launcher_libretro.info Edited to launch bash scripts 2017-02-22 14:29:16 +01:00
libretro-bash-launcher.c Edited to launch bash scripts 2017-02-22 14:29:16 +01:00
libretro.h Remove submodule 2016-11-02 16:43:59 +01:00
LICENSE.md 1.0.0 2016-11-02 05:57:51 -04:00
link.T Initial commit 2016-10-07 20:13:29 -04:00
Makefile Edited to launch bash scripts 2017-02-22 14:29:16 +01:00
README.md Update README.md 2019-02-11 13:16:04 +01:00
screenshot.jpg Update screenshot and README.md 2017-01-30 00:38:43 -05:00

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