Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4e603c43c3 | |||
| 4cee201423 | |||
| ca089d02a0 | |||
| 5c84f957f5 | |||
| 3e95f35963 | |||
| feb08e3288 |
@@ -3,4 +3,4 @@ ROM_SO=/home/cpi/apps/emulators/picodrive_libretro_gameshell_v1.92.so
|
||||
EXT=bin,zip,gen,32x,smd,iso
|
||||
LAUNCHER=retroarch -L
|
||||
TITLE=PicoDrive Roms
|
||||
SO_URL=https://github.com/cuu/picodrive/releases/download/v1.92-gameshell/picodrive_libretro_gameshell_v1.92.zip
|
||||
SO_URL=https://github.com/cuu/emulators/raw/master/picodrive_libretro_gameshell_v1.92.zip
|
||||
|
||||
@@ -3,4 +3,4 @@ ROM_SO=/home/cpi/apps/emulators/bluemsx_libretro.so
|
||||
EXT=col,COL
|
||||
LAUNCHER=retroarch -L
|
||||
TITLE=COLECO Roms
|
||||
SO_URL=https://http://buildbot.libretro.com/nightly/linux/armv7-neon-hf/latest/bluemsx_libretro.so.zip
|
||||
SO_URL=https://buildbot.libretro.com/nightly/linux/armv7-neon-hf/latest/bluemsx_libretro.so.zip
|
||||
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"GameDir": "/home/cpi/games/PICO-8/",
|
||||
"InstallDir": "pico-8",
|
||||
"NotFoundMsg": ["Please purchase the PICO-8 \n|None|varela16",
|
||||
"and copy it to the \"~/games/PICO-8\"|None|varela16"
|
||||
],
|
||||
"MD5": {
|
||||
"pico-8_0.1.11g_raspi.zip": "a3f2995cf117499f880bd964d6a0e1f2",
|
||||
"pico-8_0.1.11g_amd64.zip": "6726141c784afd4a41be6b7414c1b932",
|
||||
"pico-8_0.1.12_raspi.zip": "08eda95570e63089a2b9f5531503431e",
|
||||
"pico-8_0.1.12c_raspi.zip": "1a62b0d7d4e4be65f89f23ec9757cb66",
|
||||
"pico-8_0.1.12c2_raspi.zip": "7a878795472fa39304e9a10128c1f712",
|
||||
"pico8.zip":"whatever it takes",
|
||||
"pico-8.zip": "whatever it takes"
|
||||
},
|
||||
"Post-Up": "bash Post-Up.sh"
|
||||
}
|
||||
@@ -1 +1 @@
|
||||
chocolate-doom -iwad /home/cpi/games/FreeDM/freedoom1.wad
|
||||
chocolate-doom -iwad /home/cpi/games/ChocoDM/freedoom1.wad
|
||||
|
||||
@@ -1,8 +0,0 @@
|
||||
{
|
||||
"GameDir":"/home/cpi/games/PICO-8/",
|
||||
"InstallDir":"pico-8",
|
||||
"NotFoundMsg":["Please purchase the PICO-8 \n|None|varela16",
|
||||
"and copy it to the \"~/games/PICO-8\"|None|varela16"],
|
||||
"MD5":{"pico-8_0.1.11g_raspi.zip":"a3f2995cf117499f880bd964d6a0e1f2","pico-8_0.1.11g_amd64.zip":"6726141c784afd4a41be6b7414c1b932","pico-8_0.1.12_raspi.zip":"08eda95570e63089a2b9f5531503431e","pico-8_0.1.12c_raspi.zip":"1a62b0d7d4e4be65f89f23ec9757cb66","pico-8.zip":"whatever it takes"},
|
||||
"Post-Up":"bash Post-Up.sh"
|
||||
}
|
||||
Reference in New Issue
Block a user