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

sammie72 2018-07-25 11:15:25 +02:00
parent 2cc7838a6c
commit 95d7cf837f

@ -0,0 +1,29 @@
STEP 1:
Make a new .sh file in:
/home/cpi/apps/launcher/Menu/GameShell
and name that eg.:
Galaga.sh
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`
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
GALAGA is located in the folder:
`/home/cpi/games/MAME/galaga.zip`
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
STEP 2:
make an icon for the launch menu and place that in :
`/home/cpi/apps/launcher/skin/default/Menu/GameShell`
Name it (in my example given):
`Galaga.png`