Updated New ICONS that start games in one click from the MENU (markdown)

Andrew Stott 2018-07-25 15:00:21 -06:00
parent e034c12aa9
commit 7b9db1838c

@ -1,4 +1,4 @@
STEP 1: ## STEP 1:
Make a new .sh file in: Make a new .sh file in:
`/home/cpi/apps/launcher/Menu/GameShell` `/home/cpi/apps/launcher/Menu/GameShell`
@ -20,7 +20,7 @@ so this links to the game that you're directing to
Hope this explanes the commandline so everybody can use it with there own favorite games Hope this explanes the commandline so everybody can use it with there own favorite games
STEP 2: ## STEP 2:
make an icon for the launch menu and place that in : make an icon for the launch menu and place that in :
`/home/cpi/apps/launcher/skin/default/Menu/GameShell` `/home/cpi/apps/launcher/skin/default/Menu/GameShell`
@ -28,9 +28,7 @@ make an icon for the launch menu and place that in :
Name it (in my example given): Name it (in my example given):
`Galaga.png` `Galaga.png`
------------------ ## Similarly, if you would like to make folders do the following:
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) 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 2. In that folder create a file called action.config
@ -43,4 +41,6 @@ LAUNCHER=retroarch -L
TITLE=SNES TITLE=SNES
SO_URL=http://buildbot.libretro.com/nightly/linux/armhf/latest/snes9x_next_libretro.so.zip 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) Then place your thumbnail in launcher/skin/default/Menu/GameShell/20_Retro Games/ (example SNES.png)
<img src="https://i.imgur.com/vXjcpUih.jpg" width="250" height="375" />