mirror of
https://github.com/clockworkpi/launchergo.git
synced 2025-12-12 10:18:59 +01:00
update
This commit is contained in:
parent
2263f112e9
commit
d398c43c37
12
.gitignore
vendored
12
.gitignore
vendored
@ -9,4 +9,14 @@ sysgo/.lang
|
||||
*.cfg
|
||||
**/Jobs/*
|
||||
!**/Jobs/.gitkeep
|
||||
|
||||
!**/Jobs/00_lowpower.sh
|
||||
!**/Jobs/00_lowpower.alias
|
||||
.done
|
||||
bios
|
||||
bios/*
|
||||
screenshots
|
||||
screenshots/*
|
||||
.pcsx
|
||||
.pcsx/*
|
||||
*.log
|
||||
!md5sum.log
|
||||
|
||||
7
Menu/GameShell/20_Retro Games/MAME/action.config
Normal file
7
Menu/GameShell/20_Retro Games/MAME/action.config
Normal file
@ -0,0 +1,7 @@
|
||||
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=https://raw.githubusercontent.com/cuu/emulators/master/mame2003_plus_libretro.so.zip
|
||||
@ -1,9 +0,0 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
6
Menu/GameShell/20_Retro Games/MGBA/action.config
Normal file
6
Menu/GameShell/20_Retro Games/MGBA/action.config
Normal file
@ -0,0 +1,6 @@
|
||||
ROM=/home/cpi/games/MGBA
|
||||
ROM_SO=/home/cpi/apps/emulators/mgba_libretro.so
|
||||
EXT=gb,gbc,gba,gbx
|
||||
LAUNCHER=retroarch -L
|
||||
TITLE=MGBA Roms
|
||||
SO_URL=https://raw.githubusercontent.com/cuu/emulators/master/mgba_libretro.so.zip
|
||||
7
Menu/GameShell/20_Retro Games/NESTOPIA/action.config
Normal file
7
Menu/GameShell/20_Retro Games/NESTOPIA/action.config
Normal file
@ -0,0 +1,7 @@
|
||||
ROM=/home/cpi/games/NESTOPIA
|
||||
ROM_SO=/home/cpi/apps/emulators/nestopia_libretro.so
|
||||
EXT=zip,nes
|
||||
LAUNCHER=retroarch -L
|
||||
TITLE=NESTOPIA Roms
|
||||
SO_URL=https://raw.githubusercontent.com/cuu/emulators/master/nestopia_libretro.so.zip
|
||||
|
||||
BIN
launchergo
BIN
launchergo
Binary file not shown.
@ -1,2 +1,2 @@
|
||||
6bfa6c84d4785a648eaa0fc48d57fbdf launchergo
|
||||
c12e734bd0b50515be289d34a89576e0 launchergo
|
||||
67febe965776f67a3d0018732378359e dwm-mod
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user