forked from MiyooCFW/buildroot
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[PACKAGE/BOARD] Add Retroarch v1.16.0.3 (MiyooCFW#50)
* Add retroarch package * libretro cores as separate packages * Add libretro-super package * Add core resources, move retroarch bin to /mnt/emus/retroarch dir * add NxEngine assets + correct indendt * [BOARD] add cores appLinks * [GENIMAGE] test -d before running cp to not stderr * [BOARD] add "cores" section in gmenu2x with all appLinks * add PRBOOM data *.wad file * [GENIMAGE] generate cores' script links in genimage.sh * Add scummvm core & downgrade * [GENIMAGE] don't run cores in verbose * resort `core links` and update their icons --------- Co-authored-by: Apaczer <[email protected]>
- Loading branch information
Showing
235 changed files
with
3,412 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,7 +38,7 @@ image mainfs.vfat { | |
label = "MAIN" | ||
} | ||
mountpoint = "../../../images/main/" | ||
size = 512M | ||
size = 640M | ||
} | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
#!/bin/sh | ||
|
||
start_retroarch_func(){ | ||
cd /mnt/emus/retroarch | ||
if ! read -n 1 -t 1 -s; then | ||
local history_path='/mnt/.retroarch/content_history.lpl' | ||
if test -f "${history_path}"; then | ||
local rom_path="$(head -n20 "${history_path}" | grep -Eo -m1 '/mnt/roms/[^"]+')" | ||
local core_path="$(head -n20 "${history_path}" | grep -Eo -m1 '/mnt/.retroarch/cores/.+\.so')" | ||
if test -f "${core_path}" -a -f "${rom_path}"; then | ||
clear | ||
echo -e "\n\n\n\n\n\n\n\n\n\n\n\n\n\n \e[1;33m[ LOADING ]\e[0m" | ||
./retroarch --load-menu-on-error --libretro "${core_path}" "${rom_path}" > /dev/null 2>&1 | ||
return | ||
fi | ||
fi | ||
fi | ||
./retroarch --menu > /dev/null 2>&1 | ||
} | ||
|
||
start_retroarch_func |
3 changes: 3 additions & 0 deletions
3
board/miyoo/main/gmenu2x/sections/cores/cannonball.cannonball.ra
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
title=cannonball | ||
description=cannonball libretro core | ||
exec=/mnt/emus/retroarch/cannonball.sh |
3 changes: 3 additions & 0 deletions
3
board/miyoo/main/gmenu2x/sections/cores/cavestory.nxengine.ra
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
title=Cave Story | ||
description=Metroidvania NXEngine game (libretro core) | ||
exec=/mnt/emus/retroarch/nxengine.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
title=prboom | ||
description=prboom libretro core | ||
exec=/mnt/emus/retroarch/prboom.sh | ||
selectordir=/mnt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
title=gearcoleco | ||
description=gearcoleco libretro core | ||
exec=/mnt/emus/retroarch/gearcoleco.sh | ||
selectordir=/mnt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
title=fmsx | ||
description=fmsx libretro core | ||
exec=/mnt/emus/retroarch/fmsx.sh | ||
selectordir=/mnt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
title=fceumm | ||
description=fceumm libretro core | ||
exec=/mnt/emus/retroarch/fceumm.sh | ||
selectordir=/mnt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
title=Quick NES | ||
description=Nintendo Entertainment System Emu (libretro core) | ||
exec=/mnt/emus/retroarch/quicknes.sh | ||
selectordir=/mnt/roms/NES |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
title=Game Boy/GBC | ||
description=Gambatte (libretro core) | ||
exec=/mnt/emus/retroarch/gambatte.sh | ||
selectordir=/mnt/roms/GB |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
title=mgba | ||
description=mgba libretro core | ||
exec=/mnt/emus/retroarch/mgba.sh | ||
selectordir=/mnt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
title=gpsp | ||
description=gpsp libretro core | ||
exec=/mnt/emus/retroarch/gpsp.sh | ||
selectordir=/mnt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
title=handy | ||
description=handy libretro core | ||
exec=/mnt/emus/retroarch/handy.sh | ||
selectordir=/mnt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
title=mame2000 | ||
description=mame2000 libretro core | ||
exec=/mnt/emus/retroarch/mame2000.sh | ||
selectordir=/mnt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
title=mame2003 | ||
description=mame2003 libretro core | ||
exec=/mnt/emus/retroarch/mame2003.sh | ||
selectordir=/mnt |
4 changes: 4 additions & 0 deletions
4
board/miyoo/main/gmenu2x/sections/cores/mame4all.mame2003_plus.ra
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
title=mame2003_plus | ||
description=mame2003_plus libretro core | ||
exec=/mnt/emus/retroarch/mame2003_plus.sh | ||
selectordir=/mnt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
title=gearboy | ||
description=gearboy libretro core | ||
exec=/mnt/emus/retroarch/gearboy.sh | ||
selectordir=/mnt |
4 changes: 4 additions & 0 deletions
4
board/miyoo/main/gmenu2x/sections/cores/oswan.mednafen_wswan.ra
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
title=mednafen_wswan | ||
description=mednafen_wswan libretro core | ||
exec=/mnt/emus/retroarch/mednafen_wswan.sh | ||
selectordir=/mnt |
4 changes: 4 additions & 0 deletions
4
board/miyoo/main/gmenu2x/sections/cores/pce.mednafen_pce_fast.ra
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
title=mednafen_pce_fast | ||
description=mednafen_pce_fast libretro core | ||
exec=/mnt/emus/retroarch/mednafen_pce_fast.sh | ||
selectordir=/mnt |
4 changes: 4 additions & 0 deletions
4
board/miyoo/main/gmenu2x/sections/cores/pcsx_rearmed.pcsx_rearmed.ra
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
title=pcsx_rearmed | ||
description=pcsx_rearmed libretro core | ||
exec=/mnt/emus/retroarch/pcsx_rearmed.sh | ||
selectordir=/mnt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
title=retro8 | ||
description=retro8 libretro core | ||
exec=/mnt/emus/retroarch/retro8.sh | ||
selectordir=/mnt |
4 changes: 4 additions & 0 deletions
4
board/miyoo/main/gmenu2x/sections/cores/picodrive.picodrive.ra
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
title=picodrive | ||
description=picodrive libretro core | ||
exec=/mnt/emus/retroarch/picodrive.sh | ||
selectordir=/mnt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
title=pokemini | ||
description=pokemini libretro core | ||
exec=/mnt/emus/retroarch/pokemini.sh | ||
selectordir=/mnt |
4 changes: 4 additions & 0 deletions
4
board/miyoo/main/gmenu2x/sections/cores/prosystem-od.prosystem.ra
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
title=prosystem | ||
description=prosystem libretro core | ||
exec=/mnt/emus/retroarch/prosystem.sh | ||
selectordir=/mnt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
title=tyrquake | ||
description=tyrquake libretro core | ||
exec=/mnt/emus/retroarch/tyrquake.sh | ||
selectordir=/mnt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
title=race | ||
description=race libretro core | ||
exec=/mnt/emus/retroarch/race.sh | ||
selectordir=/mnt |
4 changes: 4 additions & 0 deletions
4
board/miyoo/main/gmenu2x/sections/cores/reminiscence.reminiscence.ra
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
title=reminiscence | ||
description=reminiscence libretro core | ||
exec=/mnt/emus/retroarch/reminiscence.sh | ||
selectordir=/mnt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
title=scummvm | ||
description=scummvm libretro core | ||
exec=/mnt/emus/retroarch/scummvm.sh | ||
selectordir=/mnt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
title=smsplus | ||
description=smsplus libretro core | ||
exec=/mnt/emus/retroarch/smsplus.sh | ||
selectordir=/mnt |
4 changes: 4 additions & 0 deletions
4
board/miyoo/main/gmenu2x/sections/cores/snes9x4d.snes9x2002.ra
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
title=snes9x2002 | ||
description=snes9x2002 libretro core | ||
exec=/mnt/emus/retroarch/snes9x2002.sh | ||
selectordir=/mnt |
4 changes: 4 additions & 0 deletions
4
board/miyoo/main/gmenu2x/sections/cores/snes9x4d.snes9x2005.ra
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
title=snes9x2005 | ||
description=snes9x2005 libretro core | ||
exec=/mnt/emus/retroarch/snes9x2005.sh | ||
selectordir=/mnt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
title=stella2014 | ||
description=stella2014 libretro core | ||
exec=/mnt/emus/retroarch/stella2014.sh | ||
selectordir=/mnt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
title=vecx | ||
description=vecx libretro core | ||
exec=/mnt/emus/retroarch/vecx.sh | ||
selectordir=/mnt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
title=xrick | ||
description=xrick libretro core | ||
exec=/mnt/emus/retroarch/xrick.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
title=2048 | ||
description=2048 libretro core | ||
exec=/mnt/emus/retroarch/2048.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
title=81 | ||
description=81 libretro core | ||
exec=/mnt/emus/retroarch/81.sh | ||
selectordir=/mnt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
title=a5200 | ||
description=a5200 libretro core | ||
exec=/mnt/emus/retroarch/a5200.sh | ||
selectordir=/mnt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
title=arduous | ||
description=arduous libretro core | ||
exec=/mnt/emus/retroarch/arduous.sh | ||
selectordir=/mnt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
title=atari800 | ||
description=atari800 libretro core | ||
exec=/mnt/emus/retroarch/atari800.sh | ||
selectordir=/mnt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
title=bk | ||
description=bk libretro core | ||
exec=/mnt/emus/retroarch/bk.sh | ||
selectordir=/mnt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
title=bluemsx | ||
description=bluemsx libretro core | ||
exec=/mnt/emus/retroarch/bluemsx.sh | ||
selectordir=/mnt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
title=cap32 | ||
description=cap32 libretro core | ||
exec=/mnt/emus/retroarch/cap32.sh | ||
selectordir=/mnt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
title=chailove | ||
description=chailove libretro core | ||
exec=/mnt/emus/retroarch/chailove.sh | ||
selectordir=/mnt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
title=dinothawr | ||
description=dinothawr libretro core | ||
exec=/mnt/emus/retroarch/dinothawr.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
title=ecwolf | ||
description=ecwolf libretro core | ||
exec=/mnt/emus/retroarch/ecwolf.sh | ||
selectordir=/mnt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
title=freechaf | ||
description=freechaf libretro core | ||
exec=/mnt/emus/retroarch/freechaf.sh | ||
selectordir=/mnt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
title=freeintv | ||
description=freeintv libretro core | ||
exec=/mnt/emus/retroarch/freeintv.sh | ||
selectordir=/mnt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
title=fuse | ||
description=fuse libretro core | ||
exec=/mnt/emus/retroarch/fuse.sh | ||
selectordir=/mnt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
title=gearsystem | ||
description=gearsystem libretro core | ||
exec=/mnt/emus/retroarch/gearsystem.sh | ||
selectordir=/mnt |
4 changes: 4 additions & 0 deletions
4
board/miyoo/main/gmenu2x/sections/cores/zblank.genesisplusgx.ra
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
title=genesisplusgx | ||
description=genesisplusgx libretro core | ||
exec=/mnt/emus/retroarch/genesisplusgx.sh | ||
selectordir=/mnt |
4 changes: 4 additions & 0 deletions
4
board/miyoo/main/gmenu2x/sections/cores/zblank.genesisplusgxwide.ra
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
title=genesisplusgxwide | ||
description=genesisplusgxwide libretro core | ||
exec=/mnt/emus/retroarch/genesisplusgxwide.sh | ||
selectordir=/mnt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
title=gme | ||
description=gme libretro core | ||
exec=/mnt/emus/retroarch/gme.sh | ||
selectordir=/mnt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
title=gong | ||
description=gong libretro core | ||
exec=/mnt/emus/retroarch/gong.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
title=gw | ||
description=gw libretro core | ||
exec=/mnt/emus/retroarch/gw.sh | ||
selectordir=/mnt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
title=jaxe | ||
description=jaxe libretro core | ||
exec=/mnt/emus/retroarch/jaxe.sh | ||
selectordir=/mnt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
title=jumpnbump | ||
description=jumpnbump libretro core | ||
exec=/mnt/emus/retroarch/jumpnbump.sh | ||
selectordir=/mnt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
title=lowresnx | ||
description=lowresnx libretro core | ||
exec=/mnt/emus/retroarch/lowresnx.sh | ||
selectordir=/mnt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
title=lutro | ||
description=lutro libretro core | ||
exec=/mnt/emus/retroarch/lutro.sh | ||
selectordir=/mnt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
title=minivmac | ||
description=minivmac libretro core | ||
exec=/mnt/emus/retroarch/minivmac.sh | ||
selectordir=/mnt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
title=mrboom | ||
description=mrboom libretro core | ||
exec=/mnt/emus/retroarch/mrboom.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
title=numero | ||
description=numero libretro core | ||
exec=/mnt/emus/retroarch/numero.sh | ||
selectordir=/mnt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
title=o2em | ||
description=o2em libretro core | ||
exec=/mnt/emus/retroarch/o2em.sh | ||
selectordir=/mnt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
title=pocketcdg | ||
description=pocketcdg libretro core | ||
exec=/mnt/emus/retroarch/pocketcdg.sh | ||
selectordir=/mnt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
title=potator | ||
description=potator libretro core | ||
exec=/mnt/emus/retroarch/potator.sh | ||
selectordir=/mnt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
title=quasi88 | ||
description=quasi88 libretro core | ||
exec=/mnt/emus/retroarch/quasi88.sh | ||
selectordir=/mnt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
title=theodore | ||
description=theodore libretro core | ||
exec=/mnt/emus/retroarch/theodore.sh | ||
selectordir=/mnt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
title=tic80 | ||
description=tic80 libretro core | ||
exec=/mnt/emus/retroarch/tic80.sh | ||
selectordir=/mnt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
title=uw8 | ||
description=uw8 libretro core | ||
exec=/mnt/emus/retroarch/uw8.sh | ||
selectordir=/mnt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
title=vaporspec | ||
description=vaporspec libretro core | ||
exec=/mnt/emus/retroarch/vaporspec.sh | ||
selectordir=/mnt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
title=vemulator | ||
description=vemulator libretro core | ||
exec=/mnt/emus/retroarch/vemulator.sh | ||
selectordir=/mnt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
title=wasm4 | ||
description=wasm4 libretro core | ||
exec=/mnt/emus/retroarch/wasm4.sh | ||
selectordir=/mnt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
title=x1 | ||
description=x1 libretro core | ||
exec=/mnt/emus/retroarch/x1.sh | ||
selectordir=/mnt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
title=retroarch | ||
description=retroarch | ||
exec=/mnt/emus/retroarch/retroarch |
3 changes: 3 additions & 0 deletions
3
board/miyoo/main/gmenu2x/sections/emulators/retroarch_history
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
title=RetroArch last-played | ||
description=Launch last content from RA history | ||
exec=/mnt/emus/retroarch/retroarch_history.sh |
Oops, something went wrong.