diff --git a/New-ICONS-that-start-games-in-one-click-from-the-MENU.md b/New-ICONS-that-start-games-in-one-click-from-the-MENU.md index dc67f7a..137e0f2 100644 --- a/New-ICONS-that-start-games-in-one-click-from-the-MENU.md +++ b/New-ICONS-that-start-games-in-one-click-from-the-MENU.md @@ -9,7 +9,9 @@ and name that eg.: then edit that file and put this command line in: -`retroarch -L /home/cpi/.config/retroarch/cores/fb_alpha_libretro.so /home/cpi/games/MAME/galaga.zip` +```sh +retroarch -L /home/cpi/.config/retroarch/cores/fb_alpha_libretro.so /home/cpi/games/MAME/galaga.zip +``` In my example I use the: fb_alpha_libretro.so core to play GALAGA so the first `/home/cpi/.config/retroarch/cores/fb_alpha_libretro.so` is just a link to the desired core to play your favorit game @@ -30,17 +32,19 @@ Name it (in my example given): ## Similarly, if you would like to make folders do the following: -1. Add a folder to launcher/Menu/GameShell/20_Retro Games/ (example SNES with snes9x2010 core) +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.config 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 +``` -Then place your thumbnail in launcher/skin/default/Menu/GameShell/20_Retro Games/ (example SNES.png) +Then place your thumbnail in `launcher/skin/default/Menu/GameShell/20_Retro Games/` (example SNES.png) \ No newline at end of file