2020-02-15 11:44:13 -08:00
|
|
|
{
|
|
|
|
"homepage": "https://rpcs3.net/",
|
|
|
|
"description": "Open-source Sony PlayStation 3 emulator (development version)",
|
|
|
|
"license": "GPL-2.0-only",
|
2020-04-29 17:31:45 -07:00
|
|
|
"version": "0.0.9-10298",
|
|
|
|
"url": "https://github.com/rpcs3/rpcs3-binaries-win/releases/download/build-19acf260d8916d16126b4358f4cd19bdd42d0cf3/rpcs3-v0.0.9-10298-19acf260_win64.7z",
|
|
|
|
"hash": "9974caf8262f8412e9658549b7a978399eaca6703a776067a8f463f486dcc79e",
|
2020-02-15 11:44:13 -08:00
|
|
|
"bin": "rpcs3.exe",
|
|
|
|
"depends": "vcredist2019",
|
|
|
|
"persist": [
|
|
|
|
"GuiConfigs",
|
|
|
|
"dev_hdd0"
|
|
|
|
],
|
|
|
|
"shortcuts": [
|
|
|
|
[
|
|
|
|
"rpcs3.exe",
|
|
|
|
"RPCS3-dev"
|
|
|
|
]
|
|
|
|
],
|
|
|
|
"checkver": {
|
|
|
|
"url": "https://rpcs3.net/compatibility?b",
|
|
|
|
"regex": "/rpcs3-binaries-win/releases/download/build-(?<fullhash>[0-9a-f]+)/rpcs3-v(?<build>[0-9]\\.[0-9]\\.[0-9]\\-[0-9]+)-(?<shorthash>[0-9a-f]{8})",
|
|
|
|
"replace": "${build}"
|
|
|
|
},
|
|
|
|
"autoupdate": {
|
2020-02-17 18:09:09 -08:00
|
|
|
"url": "https://github.com/rpcs3/rpcs3-binaries-win/releases/download/build-$matchFullhash/rpcs3-v$matchBuild-$matchShorthash_win64.7z",
|
2020-02-15 11:44:13 -08:00
|
|
|
"hash": {
|
|
|
|
"url": "https://rpcs3.net/compatibility?b",
|
|
|
|
"regex": "Windows SHA-256: ($sha256)"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notes": [
|
|
|
|
"ATTENTION: RPCS3 requires a copy of the official PS3 firmware to function.",
|
|
|
|
"It is available here: https://www.playstation.com/en-us/support/system-updates/ps3",
|
|
|
|
"See the official quickstart guide for further instructions: https://rpcs3.net/quickstart"
|
|
|
|
]
|
|
|
|
}
|