scoop-games/bucket/mednafen-dev.json

58 lines
1.8 KiB
JSON

{
"homepage": "https://mednafen.github.io/",
"description": "Multi-system emulator (development version)",
"version": "1.29.0",
"license": "GPL-2.0-only",
"architecture": {
"64bit": {
"url": "https://mednafen.github.io/releases/files/mednafen-1.29.0-win64.zip",
"hash": "26c6676354d44e7d2c31b002f0abb097940e0846e449ed080fb79e6b64db0be2"
},
"32bit": {
"url": "https://mednafen.github.io/releases/files/mednafen-1.29.0-win32.zip",
"hash": "f1c78dd0190129efaeeaa8e96553fb4d83d0120041caaaa6d4e7f440a573d811"
}
},
"bin": "mednafen.exe",
"installer": {
"script": [
"if (!(Test-Path \"$persist_dir\\mednafen.cfg\")) {",
" New-Item \"$dir\\mednafen.cfg\" | Out-Null",
"}"
]
},
"persist": [
"cheats",
"firmware",
"mcm",
"mcs",
"palettes",
"pgconfig",
"sav",
"snaps",
"mednafen.cfg"
],
"suggest": {
"Mednaffe": "mednaffe"
},
"checkver": {
"regex": "mednafen-(?<version>[\\d.]+)(?<dev>-UNSTABLE)?.tar.xz",
"replace": "${1}"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://mednafen.github.io/releases/files/mednafen-$matchVersion$matchDev-win64.zip"
},
"32bit": {
"url": "https://mednafen.github.io/releases/files/mednafen-$matchVersion$matchDev-win32.zip"
}
}
},
"notes": [
"ATTENTION: Mednafen requires BIOS/firmware files for Playstation 1, PC Engine, and PC FX emulation.",
"It is recommended to place these in $persist_dir\\firmware.",
"See https://mednafen.github.io/documentation/#Section_firmware_bios for more information."
]
}