Added instructions for Emulators/Folders

Andrew Stott 2018-07-25 14:26:03 -06:00
parent b5cfb51e6f
commit e034c12aa9

@ -28,5 +28,19 @@ make an icon for the launch menu and place that in :
Name it (in my example given):
`Galaga.png`
------------------
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 snes9x_next 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/snes9x_next_libretro.so
EXT=sfc,smc,zip
LAUNCHER=retroarch -L
TITLE=SNES
SO_URL=http://buildbot.libretro.com/nightly/linux/armhf/latest/snes9x_next_libretro.so.zip
Then place your thumbnail in launcher/skin/default/Menu/GameShell/20_Retro Games/ (example SNES.png)