diff --git a/.gitignore b/.gitignore index e69de29..67dd59f 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1,12 @@ +retroarch-core-options.cfg +*.lpl +*.swp +.bsv +*.pyc +sysgo/.powerlevel +sysgo/.buttonslayout +sysgo/.lang +*.cfg +**/Jobs/* +!**/Jobs/.gitkeep + diff --git a/Menu/GameShell/20_Retro Games/MAME/action.json b/Menu/GameShell/20_Retro Games/MAME/action.json index 419b160..01fd415 100644 --- a/Menu/GameShell/20_Retro Games/MAME/action.json +++ b/Menu/GameShell/20_Retro Games/MAME/action.json @@ -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" +} diff --git a/Menu/GameShell/20_Retro Games/MGBA/action.json b/Menu/GameShell/20_Retro Games/MGBA/action.json index 8dc8d79..5cc4e51 100644 --- a/Menu/GameShell/20_Retro Games/MGBA/action.json +++ b/Menu/GameShell/20_Retro Games/MGBA/action.json @@ -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" +} diff --git a/Menu/GameShell/20_Retro Games/NESTOPIA/action.json b/Menu/GameShell/20_Retro Games/NESTOPIA/action.json index 3513174..ce43425 100644 --- a/Menu/GameShell/20_Retro Games/NESTOPIA/action.json +++ b/Menu/GameShell/20_Retro Games/NESTOPIA/action.json @@ -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" +} diff --git a/main b/main index 26b4c2a..69bf97a 100755 Binary files a/main and b/main differ