mirror of
https://github.com/clockworkpi/launchergo.git
synced 2025-12-12 18:28:57 +01:00
add Emulator
This commit is contained in:
parent
0253903d9d
commit
0efb9d38ba
12
.gitignore
vendored
12
.gitignore
vendored
@ -0,0 +1,12 @@
|
||||
retroarch-core-options.cfg
|
||||
*.lpl
|
||||
*.swp
|
||||
.bsv
|
||||
*.pyc
|
||||
sysgo/.powerlevel
|
||||
sysgo/.buttonslayout
|
||||
sysgo/.lang
|
||||
*.cfg
|
||||
**/Jobs/*
|
||||
!**/Jobs/.gitkeep
|
||||
|
||||
@ -1,7 +1,9 @@
|
||||
ROM=/home/cpi/games/MAME
|
||||
ROM_SO=/home/cpi/apps/emulators/mame2003_plus_libretro.so
|
||||
EXT=zip
|
||||
LAUNCHER=retroarch -L
|
||||
TITLE=MAME Roms
|
||||
SO_URL=http://buildbot.libretro.com/nightly/linux/armhf/latest/mame2003_plus_libretro.so.zip
|
||||
RETRO_CONFIG=/home/cpi/apps/launcher/Menu/GameShell/20_Retro\ Games/MAME/retroarch.cfg
|
||||
{
|
||||
"ROM":"/home/cpi/games/MAME",
|
||||
"ROM_SO":"/home/cpi/apps/emulators/mame2003_plus_libretro.so",
|
||||
"EXT":["zip"],
|
||||
"LAUNCHER":"retroarch -L",
|
||||
"TITLE":"MAME Roms",
|
||||
"EXCLUDE":["neogeo.zip"],
|
||||
"SO_URL":"http://buildbot.libretro.com/nightly/linux/armhf/latest/mame2003_plus_libretro.so.zip"
|
||||
}
|
||||
|
||||
@ -1,6 +1,8 @@
|
||||
ROM=/home/cpi/games/MGBA
|
||||
ROM_SO=/home/cpi/apps/emulators/mgba_libretro.so
|
||||
EXT=gba,gbx
|
||||
LAUNCHER=retroarch -L
|
||||
TITLE=MGBA Roms
|
||||
SO_URL=http://buildbot.libretro.com/nightly/linux/armhf/latest/mgba_libretro.so.zip
|
||||
{
|
||||
"ROM":"/home/cpi/games/MGBA",
|
||||
"ROM_SO":"/home/cpi/apps/emulators/mgba_libretro.so",
|
||||
"EXT":["gba","gbx"],
|
||||
"LAUNCHER":"retroarch -L",
|
||||
"TITLE":"MGBA Roms",
|
||||
"SO_URL":"http://buildbot.libretro.com/nightly/linux/armhf/latest/mgba_libretro.so.zip"
|
||||
}
|
||||
|
||||
@ -1,7 +1,9 @@
|
||||
ROM=/home/cpi/games/NESTOPIA
|
||||
ROM_SO=/home/cpi/apps/emulators/nestopia_libretro.so
|
||||
EXT=zip
|
||||
LAUNCHER=retroarch -L
|
||||
TITLE=NESTOPIA Roms
|
||||
SO_URL=http://buildbot.libretro.com/nightly/linux/armhf/latest/nestopia_libretro.so.zip
|
||||
{
|
||||
"ROM":"/home/cpi/games/NESTOPIA",
|
||||
"ROM_SO":"/home/cpi/apps/emulators/nestopia_libretro.so",
|
||||
"EXT":["zip"],
|
||||
"LAUNCHER":"retroarch -L",
|
||||
"TITLE":"NESTOPIA Roms",
|
||||
"SO_URL":"http://buildbot.libretro.com/nightly/linux/armhf/latest/nestopia_libretro.so.zip"
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user