Merge pull request #1 from cuu/master

add Emulator
This commit is contained in:
GNU 2018-12-12 15:31:55 +08:00 committed by GitHub
commit 8b82007fd1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 37 additions and 19 deletions

12
.gitignore vendored
View File

@ -0,0 +1,12 @@
retroarch-core-options.cfg
*.lpl
*.swp
.bsv
*.pyc
sysgo/.powerlevel
sysgo/.buttonslayout
sysgo/.lang
*.cfg
**/Jobs/*
!**/Jobs/.gitkeep

View File

@ -1,7 +1,9 @@
ROM=/home/cpi/games/MAME {
ROM_SO=/home/cpi/apps/emulators/mame2003_plus_libretro.so "ROM":"/home/cpi/games/MAME",
EXT=zip "ROM_SO":"/home/cpi/apps/emulators/mame2003_plus_libretro.so",
LAUNCHER=retroarch -L "EXT":["zip"],
TITLE=MAME Roms "LAUNCHER":"retroarch -L",
SO_URL=http://buildbot.libretro.com/nightly/linux/armhf/latest/mame2003_plus_libretro.so.zip "TITLE":"MAME Roms",
RETRO_CONFIG=/home/cpi/apps/launcher/Menu/GameShell/20_Retro\ Games/MAME/retroarch.cfg "EXCLUDE":["neogeo.zip"],
"SO_URL":"http://buildbot.libretro.com/nightly/linux/armhf/latest/mame2003_plus_libretro.so.zip"
}

View File

@ -1,6 +1,8 @@
ROM=/home/cpi/games/MGBA {
ROM_SO=/home/cpi/apps/emulators/mgba_libretro.so "ROM":"/home/cpi/games/MGBA",
EXT=gba,gbx "ROM_SO":"/home/cpi/apps/emulators/mgba_libretro.so",
LAUNCHER=retroarch -L "EXT":["gba","gbx"],
TITLE=MGBA Roms "LAUNCHER":"retroarch -L",
SO_URL=http://buildbot.libretro.com/nightly/linux/armhf/latest/mgba_libretro.so.zip "TITLE":"MGBA Roms",
"SO_URL":"http://buildbot.libretro.com/nightly/linux/armhf/latest/mgba_libretro.so.zip"
}

View File

@ -1,7 +1,9 @@
ROM=/home/cpi/games/NESTOPIA {
ROM_SO=/home/cpi/apps/emulators/nestopia_libretro.so "ROM":"/home/cpi/games/NESTOPIA",
EXT=zip "ROM_SO":"/home/cpi/apps/emulators/nestopia_libretro.so",
LAUNCHER=retroarch -L "EXT":["zip"],
TITLE=NESTOPIA Roms "LAUNCHER":"retroarch -L",
SO_URL=http://buildbot.libretro.com/nightly/linux/armhf/latest/nestopia_libretro.so.zip "TITLE":"NESTOPIA Roms",
"SO_URL":"http://buildbot.libretro.com/nightly/linux/armhf/latest/nestopia_libretro.so.zip"
}

BIN
main

Binary file not shown.