Beta Advanced Emulator Launcher - Multi-emulator frontend for Kodi
Here is the run_retroarch.sh just to check I haven't stuffed anything up there

Code:
#!/bin/sh
#
# Wrapper script to run Retroarch in LibreELEC
#
RETROARCH_EXECUTABLE="/storage/.kodi/addons/emulator.tools.retroarch/bin/retroarch"
LIBRETRO_CORES_DIR="/storage/.kodi/addons/emulator.tools.retroarch/lib/libretro"

# --- Stop KODI ---
echo "Stopping Kodi service ..."
systemctl stop kodi

# --- Run retroarch ---
echo "Running Retroarch ..."
$RETROARCH_EXECUTABLE -L $LIBRETRO_CORES_DIR/$1_libretro.so -f -v "$2"

# --- Start KODI ---
echo "Starting Kodi service ..."
systemctl start kodi
Reply


Messages In This Thread
RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - by berlinchair - 2017-09-02, 09:05
Can You create A Sub Category? - by Wild_Tom - 2020-07-13, 04:43
Crash & Lost my launchers? - by eirrocmh - 2020-11-29, 02:25
RE: Crash & Lost my launchers? - by eirrocmh - 2020-12-19, 00:19
Logout Mark Read Team Forum Stats Members Help
Advanced Emulator Launcher - Multi-emulator frontend for Kodi12