CMake is used to generate Visual Studio and Xcode project files. It is assumed that you have CMake installed and on your path. Other dependencies are provided as Git submodules or as prebuilt binaries.
Windows (Visual Studio)
Run gen.bat to create a build-windows directory and generate a Visual Studio solution in there. Open the Vita3K.sln solution. Set the startup project to emulator. Build. macOS (Xcode)
Run gen.sh to create a build-macos directory and generate an Xcode project in there. Open the Vita3K.xcodeproj project. When prompted to create schemes, create one for the emulator target only. The project builds many targets, so it will make your life easier if you create schemes as needed. Build. Running
The emulator does not yet have a front end. Please specify the path to a .vpk file as the first command line argument.
Bugs and issues
The project is at an early stage, so please be sensitive to that when opening new issues. Expect crashes, glitches, low compatibility and poor performance.