Compile PSP Emulators

PPSSPP on Windows

  • Open the .\Windows\PPSSPP.sln using Microsoft Visual Studio 2022.
  • Select Release and x64 in toolbar above.
  • then select menu Build Solution.
  • Set as Startup Porject for PPSSPPWindows
  • Run with Local Windows Debugger

The dependency itself is self-contain defined, so other dependency manager tools don’t needed such vcpkg. In my system since I have vcpkg integrated with MSBuild, it implicityl linking wrong library version that make the build failed and hard to find the culprit. Please disable vcpkg on the exetuable project such as PPSSPPWindows.

Reference: https://github.com/hrydgard/ppsspp/wiki/Build-instructions