PPSSPP on Windows
- Clone the repository and its dependency as submodules:
$ git clone https://github.com/hrydgard/ppsspp.git$ cd ppsspp$ git checkout <branch/tag> # optional$ git submodule update --init --recursive
- Open the
.\Windows\PPSSPP.slnusing 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.
