mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2025-04-02 10:41:46 -04:00
libretro cores, retroarch packages and also added packages (not present in LibreELEC) stored under one folder for easier maintenance
6 lines
238 B
Bash
Executable file
6 lines
238 B
Bash
Executable file
#!/bin/sh
|
|
|
|
for i in 5 4 3 2 1 0; do [ -e /dev/snd/pcmC${i}D0p ] && export ALSA_CARD=$i; done
|
|
|
|
echo "ALSA_CARD=\"$ALSA_CARD\"" > /run/libreelec/retroarch.conf
|
|
echo "LD_LIBRARY_PATH=\"/usr/lib:/tmp/cores\"" >> /run/libreelec/retroarch.conf
|