diff --git a/bucket/pcsx2-dev.json b/bucket/pcsx2-dev.json index c5e62440595c..b8f8415ae5b8 100644 --- a/bucket/pcsx2-dev.json +++ b/bucket/pcsx2-dev.json @@ -54,6 +54,7 @@ "covers", "gamesettings", "inis", + "inputprofiles", "logs", "memcards", "snaps", diff --git a/bucket/pcsx2.json b/bucket/pcsx2.json index 12c01496de1a..097ffccb9775 100644 --- a/bucket/pcsx2.json +++ b/bucket/pcsx2.json @@ -1,5 +1,5 @@ { - "version": "2.0.2", + "version": "2.2.0", "description": "A feature rich FOSS PlayStation 2 emulator", "homepage": "https://pcsx2.net/", "license": { @@ -14,8 +14,8 @@ "suggest": { "Microsoft Visual C++ Runtime 2022": "extras/vcredist2022" }, - "url": "https://github.com/PCSX2/pcsx2/releases/download/v2.0.2/pcsx2-v2.0.2-windows-x64-Qt.7z", - "hash": "daf7a4025a90b8ff646f50469ad35765a6b4cee183c78fb08a9eb5343cbf6938", + "url": "https://github.com/PCSX2/pcsx2/releases/download/v2.2.0/pcsx2-v2.2.0-windows-x64-Qt.7z", + "hash": "6215d72ae28f4be839edc7664f9763e5c0db092d6f311ae4f3160109e5c3754a", "pre_install": [ "if (!(Test-Path \"$persist_dir\")) {", " New-item \"$persist_dir\" -ItemType Directory | Out-Null", @@ -38,6 +38,7 @@ "cheats_ws", "cheats", "inis", + "inputprofiles", "logs", "memcards", "shaders\\GSdx_FX_Settings.ini", @@ -48,7 +49,7 @@ "github": "https://github.com/PCSX2/pcsx2/" }, "autoupdate": { - "url": "https://github.com/PCSX2/pcsx2/releases/download/v$version/pcsx2-$version-binaries.7z", + "url": "https://github.com/PCSX2/pcsx2/releases/download/v$version/pcsx2-v$version-windows-x64-Qt.7z", "extract_dir": "PCSX2 $version" } }