{ "homepage": "https://pcsx2.net/", "description": "A feature rich FOSS PlayStation 2 emulator (development version)", "license": "LGPL-3.0-or-later", "version": "1.7.0-1265", "url": "https://buildbot.orphis.net/pcsx2/index.php?m=dl&rev=v1.7.0-dev-1265-ge0111195a&platform=windows-x86#/dl.7z", "hash": "82208ddd531d22212d77d944b1a12152bfaaed560629415fd9fe55db0cf167d7", "extract_dir": "pcsx2-v1.7.0-dev-1265-ge0111195a-windows-x86", "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", " }", "}" ], "bin": "pcsx2.exe", "persist": [ "bios", "cheats", "cheats_ws", "inis", "logs", "memcards", "shaders\\GSdx_FX_Settings.ini", "snaps", "sstates", "portable.ini" ], "shortcuts": [ [ "pcsx2.exe", "PCSX2-dev" ] ], "suggest": { "Visual Studio redist 2015": [ "vcredist", "vcredist2015" ] }, "checkver": { "url": "https://buildbot.orphis.net/pcsx2/index.php", "regex": "(?[\\d\\.]+)-dev-(?[\\d]+)-(?g[a-f\\d]{9})", "replace": "${basever}-${build}" }, "autoupdate": { "url": "https://buildbot.orphis.net/pcsx2/index.php?m=dl&rev=v$matchBasever-dev-$matchBuild-$matchCommit&platform=windows-x86#/dl.7z", "extract_dir": "pcsx2-v$matchBasever-dev-$matchBuild-$matchCommit-windows-x86" }, "notes": [ "ATTENTION: PCSX2 requires a dump of the PS2 BIOS to function.", "Place the BIOS file in $persist_dir\\bios", "Learn more at https://pcsx2.net/config-guide/official-english-pcsx2-configuration-guide.html#Bios" ] }