PCSX2 updater Small PCSX2 updater written with PowerShell using 7Zip4Powershell. Based on UpdatePCSX2.ps1 by jpcarstech. Updater downloads any latest release (including pre-releases) directly from GitHub using GitHub Api. Usage Install 7Zip4Powershell with Install-Module -Name 7Zip4Powershell in powershell console Copy script to some directory on your machine (PCSX2 folder or empty one) change $releaseType to the one you need: 64bit-AVX2-Qt-symbols.7z 64bit-AVX2-Qt.7z 64bit-AVX2-wxWidgets-symbols.7z 64bit-AVX2-wxWidgets.7z 64bit-SSE4-Qt-symbols.7z 64bit-SSE4-Qt.7z 64bit-SSE4-wxWidgets-symbols.7z 64bit-SSE4-wxWidgets.7z right click on script -> Run with PowerShell ??? PROFIT