From 8a806a10e500c6227caa46c310a0052dce2fbce5 Mon Sep 17 00:00:00 2001 From: GNU Date: Sun, 11 Aug 2019 13:46:51 +0800 Subject: [PATCH] Updated Create your own GAME ICONS that launch games directly and create additional FOLDERS (markdown) --- ...-directly-and-create-additional-FOLDERS.md | 20 ++++++++----------- 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/Create-your-own-GAME-ICONS-that-launch-games-directly-and-create-additional-FOLDERS.md b/Create-your-own-GAME-ICONS-that-launch-games-directly-and-create-additional-FOLDERS.md index 53f5920..8eea773 100644 --- a/Create-your-own-GAME-ICONS-that-launch-games-directly-and-create-additional-FOLDERS.md +++ b/Create-your-own-GAME-ICONS-that-launch-games-directly-and-create-additional-FOLDERS.md @@ -33,18 +33,14 @@ Name it (in my example given): 1. Add a folder to launcher/Menu/GameShell/20_Retro Games/ (example SNES with snes9x2010 core) 2. In that folder create a file called action.configb (I use `sudo nano action.config` via SSH) 3. In that file it should contain: (this is an SNES example) - -`ROM=/home/cpi/games/SNES` - -`ROM_SO=/home/cpi/apps/emulators/snes9x2010_libretro.so` - -`EXT=sfc,smc,zip` - -`LAUNCHER=retroarch -L` - -`TITLE=SNES` - -`SO_URL=http://buildbot.libretro.com/nightly/linux/armhf/latest/snes9x2010_libretro.so.zip` +``` +ROM=/home/cpi/games/SNES +ROM_SO=/home/cpi/apps/emulators/snes9x2010_libretro.so +EXT=sfc,smc,zip +LAUNCHER=retroarch -L +TITLE=SNES +SO_URL=http://buildbot.libretro.com/nightly/linux/armhf/latest/snes9x2010_libretro.so.zip +``` Then place your thumbnail in launcher/skin/default/Menu/GameShell/20_Retro Games/ (example SNES.png)