2021-06-20 02:56:56 -07:00
|
|
|
{
|
|
|
|
"homepage": "https://mednafen.github.io/",
|
|
|
|
"description": "Multi-system emulator (development version)",
|
2021-06-20 17:30:47 -07:00
|
|
|
"version": "1.27.1",
|
2021-06-20 02:56:56 -07:00
|
|
|
"license": "GPL-2.0-only",
|
|
|
|
"architecture": {
|
|
|
|
"64bit": {
|
2021-06-20 17:30:47 -07:00
|
|
|
"url": "https://mednafen.github.io/releases/files/mednafen-1.27.1-win64.zip",
|
|
|
|
"hash": "578c49ce2d8a36af9103113d5d6cf97139c59f89450db5a1ea0c7a3ada895458"
|
2021-06-20 02:56:56 -07:00
|
|
|
},
|
|
|
|
"32bit": {
|
2021-06-20 17:30:47 -07:00
|
|
|
"url": "https://mednafen.github.io/releases/files/mednafen-1.27.1-win32.zip",
|
|
|
|
"hash": "a0f4dd4e66b056f756aa7d181714507cfefa526332ccc371e6665ec1617b306b"
|
2021-06-20 02:56:56 -07:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"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."
|
|
|
|
]
|
|
|
|
}
|