scoop-games/bucket/mameui.json
2026-07-31 07:15:38 +00:00

39 lines
891 B
JSON

{
"version": "0.289.0",
"description": "GUI frontend for MAME, the multi-purpose emulation framework",
"homepage": "https://messui.1emulation.com",
"license": "GPL-2.0-or-later",
"architecture": {
"64bit": {
"url": "https://messui.1emulation.com/mameui289.7z",
"hash": "2cf454609a18da2a0f100720889e7d73ff34f019ba22c0c97be28b8011ce10f4"
}
},
"shortcuts": [
[
"mameui.exe",
"MAMEUI"
]
],
"persist": [
"cfg",
"diff",
"ini",
"inp",
"memcard",
"nvram",
"snap",
"sta"
],
"checkver": {
"regex": "MAMEUI64 ([\\d.]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://messui.1emulation.com/mameui$minorVersion.7z"
}
}
}
}