69 lines
2.4 KiB
JSON
69 lines
2.4 KiB
JSON
{
|
|
"version": "1.7.3249",
|
|
"description": "A feature rich FOSS PlayStation 2 emulator (development version)",
|
|
"homepage": "https://pcsx2.net/",
|
|
"license": {
|
|
"identifier": "GPL-3.0",
|
|
"url": "https://github.com/PCSX2/pcsx2/blob/master/COPYING.GPLv3"
|
|
},
|
|
"notes": [
|
|
"ATTENTION: PCSX2 requires a dump of the PS2 BIOS to function.",
|
|
"Place the BIOS file in $persist_dir\\bios",
|
|
"Learn more at https://wiki.pcsx2.net/Setting_up_Windows_version#BIOS"
|
|
],
|
|
"suggest": {
|
|
"Microsoft Visual C++ Runtime 2022": "extras/vcredist2022"
|
|
},
|
|
"url": "https://github.com/PCSX2/pcsx2/releases/download/v1.7.3249/pcsx2-v1.7.3249-windows-64bit-AVX2-Qt.7z",
|
|
"hash": "fa97625a607753eb500ed33f760dce50c953eebacaa3de1fcd2c5911104d87e4",
|
|
"pre_install": [
|
|
"if (!(Test-Path \"$persist_dir\")) {",
|
|
" New-Item \"$persist_dir\" -ItemType Directory | Out-Null",
|
|
" if (Test-Path \"$env:USERPROFILE\\Documents\\PCSX2\") {",
|
|
" Write-host \"Migrating AppData...\" -ForegroundColor yellow",
|
|
" Copy-Item -Path \"$env:USERPROFILE\\Documents\\PCSX2\\*\" -Destination \"$persist_dir\" -Recurse",
|
|
" Remove-Item -Path \"$env:USERPROFILE\\Documents\\PCSX2\" -Recurse",
|
|
" }",
|
|
" if (!(Test-Path \"$persist_dir\\inis\\PCSX2.ini\")) {",
|
|
" New-item \"$persist_dir\\inis\" -ItemType Directory | Out-Null",
|
|
" '[AutoUpdater]', 'CheckAtStartup = false' | Set-Content \"$persist_dir\\inis\\PCSX2.ini\"",
|
|
" }",
|
|
"}"
|
|
],
|
|
"bin": [
|
|
[
|
|
"pcsx2-qtx64-avx2.exe",
|
|
"pcsx2-dev"
|
|
]
|
|
],
|
|
"shortcuts": [
|
|
[
|
|
"pcsx2-qtx64-avx2.exe",
|
|
"PCSX2 (dev)"
|
|
]
|
|
],
|
|
"persist": [
|
|
"bios",
|
|
"cheats_ws",
|
|
"cheats",
|
|
"covers",
|
|
"gamesettings",
|
|
"inis",
|
|
"logs",
|
|
"memcards",
|
|
"portable.ini",
|
|
"shaders\\GS_FX_Settings.ini",
|
|
"snaps",
|
|
"sstates",
|
|
"textures"
|
|
],
|
|
"checkver": {
|
|
"url": "https://github.com/PCSX2/pcsx2/releases.atom",
|
|
"regex": "v(?<basever>\\d+\\.\\d+)\\.(?<build>\\d+)",
|
|
"replace": "${basever}.${build}"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://github.com/PCSX2/pcsx2/releases/download/v$version/pcsx2-v$version-windows-64bit-AVX2-Qt.7z"
|
|
}
|
|
}
|