Skip to content

siarhei-plusnin/PCSX2Updater

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

PCSX2 updater

Small PCSX2 updater written with PowerShell using 7Zip4Powershell.
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:
    • 32bit-AVX2-symbols.7z
    • 32bit-AVX2.7z
    • 32bit-SSE4-symbols.7z
    • 32bit-SSE4.7z
    • 64bit-AVX2-symbols.7z
    • 64bit-AVX2.7z
    • 64bit-SSE4-symbols.7z
    • 64bit-SSE4.7z
  • right click on script -> Run with PowerShell
  • ???
  • PROFIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published