scoop-games/bucket/xebra.json

41 lines
1.3 KiB
JSON

{
"version": "211031",
"description": "PlayStation emulator focused on accuracy",
"homepage": "http://drhell.web.fc2.com/ps1/",
"license": "Freeware",
"notes": [
"Warning: XEBRA.INI is not persisted across updates because of version incompatibilities.",
"If you use BIOS with XEBRA, rename BIOS as \"OSROM\" and overwrite $dir\\OSROM",
"If you use Video plugin with XEBRA, rename plugin as \"VIDEO.DLL\" and overwrite $dir\\VIDEO.DLL,",
"and check \"View\">\"Video Output\">\"Use VIDEO.DLL\"",
"Learn more at: http://drhell.web.fc2.com/ps1/xebra/index2.html"
],
"url": "https://drhell.web.fc2.com/ps1/xebra211031.zip",
"hash": "1bbb3eb5abfb6a53da8a35012cb1d78ec63f5e1bc28ae24614c22dd5cb4d7046",
"pre_install": [
"'BU00', 'BU10', 'OSROM', 'VIDEO.DLL' | ForEach-Object {",
" if (!(Test-Path \"$persist_dir\\$_\")) {",
" New-Item -ItemType File \"$dir\\$_\" | Out-Null",
" }",
"}"
],
"shortcuts": [
[
"XEBRA.EXE",
"XEBRA"
]
],
"persist": [
"BU00",
"BU10",
"OSROM",
"VIDEO.DLL"
],
"checkver": {
"regex": "xebra([\\da-z]+)\\.zip"
},
"autoupdate": {
"url": "https://drhell.web.fc2.com/ps1/xebra$version.zip"
}
}