From a72d878993e53fc7e50ac66d81bb51e147380abf Mon Sep 17 00:00:00 2001 From: "Kevin Veen-Birkenbach [aka. Frantz]" Date: Wed, 2 Oct 2019 16:41:44 +0200 Subject: [PATCH] Optimized emulator implementation --- scripts/system-setup.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/scripts/system-setup.sh b/scripts/system-setup.sh index 7488cb4..70eda86 100644 --- a/scripts/system-setup.sh +++ b/scripts/system-setup.sh @@ -81,6 +81,10 @@ echo "Synchronizing orchestration tools..." sudo pacman --needed -S ansible echo "Synchronizing games..." sudo pacman --needed -S 0ad warzone2100 -yay -S emulationstation + +yay -S emulationstation #retroarch joyutils jstest-gtk-git +yay -S libretro-snes9x-next-git libretro-quicknes-git libretro-fceumm-git libretro-prosystem-git libretro-gambatte-git libretro-mgba-git +mkdir .emulationstation/themes +git clone https://github.com/RetroPie/es-theme-carbon .emulationstation/themes/carbon echo "More game recomendations you will find here: https://wiki.archlinux.org/index.php/List_of_games..." echo "More software recomendations you will find here: https://wiki.archlinux.org/index.php/list_of_applications"